NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to trace test steps in .Net application

Solved!
Go to solution
Solution
Accepted by topic author 0049

Use the ExecutionEntryPoints collection on the sequencefileviewmgr. Execution entry points are defined by the process model. The ones that ship with teststand all have a Test UUTs and Single Pass entry point, but a custom process model can have completely different execution entry points. That is why the interface needs to be more flexible like this.

 

Hope this helps.

-Doug

Message 11 of 13
(1,872 Views)
That really helps. Thanks.
0 Kudos
Message 12 of 13
(1,870 Views)
Very Thank You!
0 Kudos
Message 13 of 13
(586 Views)