Hi
I was wondering - is there a possibility to set the whole test to pass if a certain step passed?
The situation I'm in is:
I recorded a test with certain steps. Some of them(say, steps in the middle of the test) sometimes pass, sometimes fail. This is expected behavior and to let the test proceed I set these steps to "continue on failure". But, in case some of the steps failed, regardless of the fact that test actually ran successfully, the whole test is set to fail.
Currently I created a workaround, when the last step in test writes to test-list log.
But I want to integrate my tests into "build" process for our software.
It would be great if there was a way to set the test to PASS if the last step of the test ran with success.
Thanks in advance
Helen
I was wondering - is there a possibility to set the whole test to pass if a certain step passed?
The situation I'm in is:
I recorded a test with certain steps. Some of them(say, steps in the middle of the test) sometimes pass, sometimes fail. This is expected behavior and to let the test proceed I set these steps to "continue on failure". But, in case some of the steps failed, regardless of the fact that test actually ran successfully, the whole test is set to fail.
Currently I created a workaround, when the last step in test writes to test-list log.
But I want to integrate my tests into "build" process for our software.
It would be great if there was a way to set the test to PASS if the last step of the test ran with success.
Thanks in advance
Helen