I have a test case, and it does something like this:
call console_login
blah, blah, blah
exit
call console_login
Now, if the first console_login fails, I can click on the Error, and say "go to test case". So it opens up console_login, and the response tab (and all the other tabs) goes to the second execution of console_login, and I can't debug my problem.
Is there any way to force iTest to open the right one? I really think this is a bug, when you click on go to test case from an execution, it should put you exactly where you clicked in terms of the responses.