NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically create a test

Solved!
Go to solution

I want to create a test using a excel sheet.

I found a topic here how to create a new sequence and add a 'Label' for example.

But I also want to:

- add subsequences and add parameters for it(these are located in the sequence which generates the test and also new subsequences)

- add a wait for example and add the time parameter

- add variables(locals/globals)

 

Included is the sequence I found on this forum.

 

 

 

0 Kudos
Message 1 of 2
(2,641 Views)
Solution
Accepted by A-Guz-Man

Hi InspectorGadget,

 

I think this post shares some light: https://forums.ni.com/t5/NI-TestStand/create-sequence-files-automatically-starting-from-an-excel-tes...

 

In summary: using property loaders to load the test parameters and then using the TS API for the rest

0 Kudos
Message 2 of 2
(2,554 Views)