NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Pick test cases from a multi leveled list

Hi,

 

I would like to find a nice solution to my user interaction problem.

 

We have a lot (~150) of test cases implemented in LabView and we use to execute them all in a simple VI just keeping track of results and logging.

Now we switch over to TestStand and the users want a feature that I can’t really figure out how to implement.

 

They want to be able to choose one, a few or many test cases from the list. The list shall be multi levelled and they want to be able to choose a group, a sub-group and/or individual test cases.

I can think of ways to implement this in LabView but does not TestStand support this behaviour?

 

Thank you in advance,

Annulla

0 Kudos
Message 1 of 2
(2,773 Views)
Annulla,

there are several different ways for how to approach this feature-request. One of the simplest is, that the UI supports the user with an appropriate control. After he finished configuring his "execution list", he presses e.g. a button. This will call TS which creates a suitable sequence dynamically which does exactly what is configured in the list.
This will insert overhead between pressing the runbutton till the test starts executing, but is quite simple to implement...

hope this helps,
Norbert
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,767 Views)