11-20-2013 03:20 AM
What are the advantages of TestStand over LabVIEW, why to use TestStand? Is LabVIEW alone is enough to develop test sequence?
Solved! Go to Solution.
11-20-2013 03:23 AM
TestStand is a off-the-shelf SEQUENCER to create, debug and run test routines on units under test.
LabVIEW is a graphical programming language.
Essentially, you can write a custom sequencer using LabVIEW (or other programming languages), but TestStand is already this with a great deal of flexibility.
hope this helps,
Norbert
11-20-2013 03:26 AM
Thanks Norbert, I agree with your points.
11-20-2013 03:32 AM
TestStand is a test sequencer software.It manages your tests.TestStand will take care of scripting the tests,reporting,database update.
Also it will allow you to loop,introduce errors,run tests in parallel,multi threads,run in LV dev,run tests in LV RTE,etc.
Additionally TestStand supports .net,CVI languages also ( you can interface any non LV codes also in your test routine).
To run tests withing labview you need to generate additional scripting logic.( which also needs to be validated/maintained - typically you would prefer to focus on your main job rather than this...)
If your application is small and very specific then you can use labview only for scripting purpose.
But as the application grows the scripting requirements will also grow and its better to use a specialsed software which does it...in this case TestStand.
Hope this helps..
Ravi S
National Instruments
11-20-2013 03:39 AM
Helps a lot:) this is one of the common question in interviews.
Thanks a lot:)
11-20-2013 07:23 AM