NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

get the result before execution of Sequence

Hello,

Is it Possible to get the result before execution of the Test Sequence. I know that there are two ways to get the result one is running and collection but i want without running the engine,i.e not executing it.

I am using API from labview and trying to get the results without executing the sequence

 

Thanks,

Bharath

Thanks & Regards,
Bharath Kumar
GCentral
0 Kudos
Message 1 of 4
(2,645 Views)

Hi bharath1991.  Can you give us bit more information/ask your question in a different way?  When I read your post it sounds to me like you are asking for a way to get the results of a Test Sequence that hasn't been executed, which is a little confusing?

0 Kudos
Message 2 of 4
(2,639 Views)

Hello Steve,

 

Thank you for replying to my query.

I am trying to get the offline report of the sequence present in a folder location with running the engine and using API to get the desired. Is there a way of simulating the result? For example there are step object in variables pane window. there is result object which has error cluster and other properties . Can we get these?

 

Thanks,

Bharath

Thanks & Regards,
Bharath Kumar
GCentral
0 Kudos
Message 3 of 4
(2,608 Views)

Yes, you can get at those through the TS API.

 

I have had a quick go to (see below), it is not something I have thought about doing before so there may be a better solution out there but it seems to work for getting the names of the properties for each step within the Main step group of a given sequence.  It is not the finished article as your requirement needs access to the sub-properties (those properties within the Results container for example) of the step properties extracted by the VI but it is a start.

 

Get Sequence Step Properties.png

Message 4 of 4
(2,602 Views)