question

dclaar avatar image
dclaar Suspended asked dclaar Suspended posted

Make response tab point to a specific instance of a run

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.

 

iTestfeature request
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
AdamB avatar image
AdamB answered AdamB posted

That is a great feature request (the step could have a list of all its executions for a given run).  At the moment it is not possible, unless the runs are separate test cases, then you can do it by opening the test report associated with the test case.  But for any step that is repeated, it only shows the last execution.  

 

Are you should be able to see the responses in the test report?  It doesn't help with design time analysis rules but it should tell you what is going on.

 

 

1 comment
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

dclaar avatar image dclaar commented ·

You can't see any of the analysis rules in the test report. It ends up being easier to export the thing to HTML. It's pretty painful.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.