11-14-2017 04:27 AM
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
11-14-2017 04:33 AM
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?
11-16-2017 12:46 AM
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
11-16-2017 03:03 AM - edited 11-16-2017 03:06 AM
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.