Jump to content

GLA Summit 2022/Test Driving a CLD: Difference between revisions

From LabVIEW Wiki
Started stub
 
m Add infobox
 
Line 1: Line 1:
'''Test Driving a CLD''' by Anton Sundqvist
{{infobox
|category=presentation
|icon=GLASummitButton.png
|presentation-conference=GLA Summit 2022
|presentation-presenter=Anton Sundqvist
}}


''Test Driven Development (TDD) is a software engineering discipline where the design process is guided through the use of automated tests. This discipline has many advantages and a strong impact on the design emerging through the process.''
{{presentation
|presenters=Anton Sundqvist
|abstract=Test Driven Development (TDD) is a software engineering discipline where the design process is guided through the use of automated tests. This discipline has many advantages and a strong impact on the design emerging through the process.


''During this presentation, I will walk through the process of solving a Certified LabVIEW Developer (CLD) exam using TDD. I’ll analyze the solution, explore the challenges, and share some conclusions.''
During this presentation, I will walk through the process of solving a Certified LabVIEW Developer (CLD) exam using TDD. I’ll analyze the solution, explore the challenges, and share some conclusions.


''This should give a nice introduction to the concepts involved in TDD and some motivation as to why it might be worth the effort.''
This should give a nice introduction to the concepts involved in TDD and some motivation as to why it might be worth the effort.
|youtube-id=n3axtsT4BdU
}}


<div style="text-align:center;"><youtube width="800" height="600">n3axtsT4BdU</youtube></div>
==External links==
 
*[https://www.glasummit.org/presentation-list/2022 GLA Summit 2022 Presentations]
==Presentation Links==
* [https://youtu.be/n3axtsT4BdU Presentation on YouTube]
{{ambox|text=Add links to presentation slides and source code.}}
{{ambox|text=If you need to Upload a file for the LabVIEW Wiki to host it, upload it [[Special:Upload|Here]].}}
{{ambox|text=After uploading to the LabVIEW Wiki, add the line"<code>[[media:<Your Filename>|<Description>]]</code>". The Description is what will show as the link text.}}
 
==See Also==
{{ambox|text=Add links to other internal LabVIEW Wiki pages about this topic}}
 
==External Links==
{{ambox|text=Add links to your company and/or other external resources about this topic}}


[[Category:GLA Summit 2022]]
[[Category:GLA Summit 2022]]

Latest revision as of 16:04, 25 August 2024

Test Driving a CLD
Conference GLA Summit 2022
Presenters Anton Sundqvist
Test Driving a CLD by Anton Sundqvist

Test Driven Development (TDD) is a software engineering discipline where the design process is guided through the use of automated tests. This discipline has many advantages and a strong impact on the design emerging through the process.

During this presentation, I will walk through the process of solving a Certified LabVIEW Developer (CLD) exam using TDD. I’ll analyze the solution, explore the challenges, and share some conclusions.

This should give a nice introduction to the concepts involved in TDD and some motivation as to why it might be worth the effort.



External links