LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save Time and Money With Unit Testing

Solved!
Go to solution

Hi all,

 

Now i am going to work on unit test frame tool kit. i understood how to test vi under unit test frame tool kit. its mean its a manual test. but i want auto test using unit test frame tool kit. give me your suggestions its more help to me.

 

Thanks 

0 Kudos
Message 1 of 3
(2,355 Views)
Solution
Accepted by topic author vinaykumar12

If you have the framework installed, you can add tests to a project, and then click on ‘Run Unit Tests’ in the toolbar of the Project Explorer to run them all automatically.

0 Kudos
Message 2 of 3
(2,332 Views)
Solution
Accepted by topic author vinaykumar12

UTF also comes with a very small API that lets you run individual tests or all tests in a specified project.

 

There is also a predefined CLI operation for running unit tests https://www.ni.com/docs/en-US/bundle/labview/page/predefined-command-line-operations.html

Matt J | National Instruments | CLA
0 Kudos
Message 3 of 3
(2,295 Views)