Jump to content

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

From LabVIEW Wiki
Started page
 
m Add infobox
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Introducing LUnit Unit Test Framework''' by Anton Sundqvist
{{infobox
|category=presentation
|icon=GLASummitButton.png
|presentation-conference=GLA Summit 2021
|presentation-presenter=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
|presenters=Anton Sundqvist
|abstract=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.
|youtube-id=Kys_w2RNffw
}}


== Presentation Links ==
==External links==
 
*[https://www.glasummit.org/presentation-list/2021 GLA Summit 2021 Presentations]
 
== See Also ==
 
 
== External Links ==


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

Latest revision as of 09:25, 23 August 2024

Introducing LUnit Unit Test Framework
Conference GLA Summit 2021
Presenters Anton Sundqvist
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.



External links