Using the example of Computer Motherboard Test Sequence.seq
Setup the breakpoint at "Add All Failed Step"
Selected RAM, ROM and Keyboard Test to fail
After the execution of Computer Motherboard Test Sequence.seq file the execution hits the breakpoint at
Add All Failed Step -> Selected Step into -> The Status for that step is now Skipped -> Clicked Resume many time -> execution loops back at same step Initally Locals.NumElements stays 0 for some time then increases by one everytime I click Resume -> the value of Locals.NumElements is now 79-> Disabled the break point -> Clicked Resume once again -> now the step Add All Failed Step is Done and Generating Report.... = 44% and eveything is stuck
Attached the screen shot where Resume is disabled now.