Jump to content

GLA Summit 2021/Introducing LUnit Unit Test Framework: Difference between revisions

From LabVIEW Wiki
Started page
 
Added video and links
Line 3: Line 3:
''Unit testing is a fundamental routine in software development. To effectively use unit tests for test driving LabVIEW development, good tools which integrate well into the workflow are essential. In this presentation a new open source tool is introduced and its key features are demonstrated. You will learn how you can reduce code duplication when testing class hierarchies and how to quickly run tests from the LabVIEW project explorer. You will also get an introduction to how execution of unit tests may be parallelized and run in a continuous integration environment.''
''Unit testing is a fundamental routine in software development. To effectively use unit tests for test driving LabVIEW development, good tools which integrate well into the workflow are essential. In this presentation a new open source tool is introduced and its key features are demonstrated. You will learn how you can reduce code duplication when testing class hierarchies and how to quickly run tests from the LabVIEW project explorer. You will also get an introduction to how execution of unit tests may be parallelized and run in a continuous integration environment.''


== Presentation Links ==
<div style="text-align:center;"><youtube width="800" height="600">Kys_w2RNffw</youtube></div>


==Presentation Links==
* [https://youtu.be/Kys_w2RNffw YouTube Video Link]


== See Also ==
==See Also==
{{ambox|text=Add links to internal wiki pages that would also help.}}




== External Links ==
== External Links ==
{{ambox|text=Add links to external resources and company pages.}}


[[Category:GLA Summit 2021]]
[[Category:GLA Summit 2021]]

Revision as of 15:02, 17 May 2022

Introducing LUnit Unit Test Framework by Anton Sundqvist

Unit testing is a fundamental routine in software development. To effectively use unit tests for test driving LabVIEW development, good tools which integrate well into the workflow are essential. In this presentation a new open source tool is introduced and its key features are demonstrated. You will learn how you can reduce code duplication when testing class hierarchies and how to quickly run tests from the LabVIEW project explorer. You will also get an introduction to how execution of unit tests may be parallelized and run in a continuous integration environment.

Presentation Links

See Also


External Links