Hi Guys
I was wondering if anyone could help. I am attempting to create a test which uses an If else statement following the ​Pseudocode below
if(Test as Step executing has passed)
Log that the Test as Step has passed (i.e. so that the tester knows the pre-conditions have been met)
Continue with this test case
Else
Log an error or fail and stop the test stating that this has failed.
Is it possible to get the results from a test case that you are using as a 'test as Step'?
Thanks
Chris
I was wondering if anyone could help. I am attempting to create a test which uses an If else statement following the ​Pseudocode below
if(Test as Step executing has passed)
Log that the Test as Step has passed (i.e. so that the tester knows the pre-conditions have been met)
Continue with this test case
Else
Log an error or fail and stop the test stating that this has failed.
Is it possible to get the results from a test case that you are using as a 'test as Step'?
Thanks
Chris