NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can teststand be the right tool to softtest my CVI prj?

One VIP ask to have my CVI program be soft-tested.I searched for some softesting tools such as Codetest,Testbed,etc.But they seem to be not the suitable tools for CVI prjs.I read some teststand aritcles,but still confused with it.
0 Kudos
Message 1 of 3
(3,229 Views)
Hi,

Although TestStand was not originally designed with these intentions, it certainly can be used for this type of application. We are aware of several customers who are using TestStand for testing of software. Since you are using CVI, you will be able to directly call your c code for the test. TestStand is tightly integrated with CVI and you will find it easy to choose which function to test.

I would suggest you download the evaluation version of TestStand and see how well it works out for your use case. The TestStand Refecence Manual is a good place to start for getting started. Also, if you have any more questions about getting started, feel free to make another post on the forums, as we will be happy to answer your questions.

If there are any features y
ou are looking for with your testing process, I can show you how this may be done within TestStand.

Allen P.
National Instruments
0 Kudos
Message 2 of 3
(3,229 Views)
It depends. If your program exports a set of entry points for which you want to build regression tests, TestStand is just about ideal. However, if your program is a monolithic GUI app that you want to exercise via simulated user input, then TestStand won't help you much.
0 Kudos
Message 3 of 3
(3,229 Views)