10-10-2011 01:05 AM
I have given a post action to a step and it does'nt work. Please se the attached sequence.
10-10-2011 03:58 AM
Hi,
There is nothing wrong with your sequence. The reason the Post Action doesn't jump to Cleanup as you expect is because the Status of first step is "Done" not "Passed".
10-10-2011 04:33 AM
How can I make it passed,so that after executing the statement control goes to clean up.
In my actual code, there is a statement with a pre-condition. If the statement is executed, I don't want the rest of the lines to be executed. Thats why I am using Post Action to direct the control to Clean Up. I cannot use another Goto statement with the same pre-condition because, in the post-expression I am changing the
10-10-2011 04:42 AM
I solved the problem. I overrid the default status and assigned it with "passed". Will it cause any instability?
10-10-2011 04:59 AM
Not sure what you mean by instability, but the Status Expression is set so that you can change it.