03-25-2019 05:25 AM - edited 03-25-2019 05:29 AM
Hello Members,
I have modified Teststand process model(Sequential) to choose the client sequence file programatically. When I run the execution entry point "Test UUTs", Each time it will prompt for the appropriate client sequence file path to load.The sequence added for getting the client file is in PreMainSequence Callbacks as shown below image
I want to know is there any event callbacks which will tell the the client sequence file loaded each time.I tried using below even callbacks, which is not giving the result. (Highlighted in Yellow color)
Also my second requirement is to get all the sub sequences used inside the client sequence file.and the result of that sub sequences (pass /fail)
Kindly help me to solve the issue.
Vipinraj KK
Solved! Go to Solution.
03-28-2019 06:48 AM - edited 03-28-2019 06:48 AM
Below are the vent which will generate when new client sequence file is loaded from Main sequence.
UIMsg_ClientFileChanged
Below are th event generating when the sequence is executing.
UIMsg_Trace
Can someone tell me how to get the current execution details like current sub sequence executing and result of it
04-05-2019 09:19 AM - edited 04-05-2019 09:22 AM
I m able to get the subsequence name and result by using UI Message Event.
I m using UIMSG_Trace Event to get these information.
Below are my code inside UIMSG_Trace