10-20-2011 05:26 AM
Hi
How can i call another Sequence after the current test has completed?
10-20-2011 07:27 AM
The same sequence? --> automatically done when you chose the Test UUTs entry point
A different sequence? --> Make 2 sequences in your sequence file and call them after each other with the "sequence call" step
10-20-2011 08:19 AM
A different sequence.
The problem is calling "sequence call" does not request the user to input the UUT Serial number.
And all data is then linked to the first test.
I need a way to call one sequence after another but must be treated as seperate tests.
Ran as one test , Treated as two tests.
10-21-2011 02:20 AM
Sorry, I dint look at you post count; I guess you have more TS experience then me...
I guess you also want to restart the report generation when you start the 2nd sequence...
Maybe it is an option to modify the sequence model? Make a loop of the part that tests 1 UUT (after the UUT serial number, inclusive report generation)
And add a Sequence file array somewhere (strings with the paths to every file and a counter)
Then you can pass the serial number to the 2nd/3th,etc sequence as well....
You get multiple tests (and multiple reports), but it is ran as 1 test.
I have no experience in modifying models and am not a fan of it, but this would be my advice.
Maybe that someone else has a better plan 😉
10-21-2011 08:39 AM
Its cool. Thanks for the reply.
You are correct in your suggestion and that can work.
I was hoping for an easier way and one that does not include hacking at the sequence model.
I have already hacked the Html Report sequence to remove alot on the unnecessary text.
It was not pretty at all.