Forum Discussion

martonjurak's avatar
martonjurak
Occasional Contributor
7 years ago

How to see the progress of a subtestcase

In case I execute a test case , I can see which test step is running right now.

But How can I see if this test case is called by an another test case.

In Soap ui free I just doubleclicked of the called test case and it opened in a new window .

I also can not see the results of the test steps, the xml which was sent and the response .

 

3 Replies

  • StevenColon's avatar
    StevenColon
    SmartBear Alumni (Retired)

    Thank you for posting to our Community Forum.

     

    You cannot currently see the progress of a testcase that is called from a script or other testcase in ReadyAPI.

     

    Have a great day!

  • Radford's avatar
    Radford
    Super Contributor

    This is really just a crude work around, but I quite often just add logging statements to my common test cases so I can see the progress. Occasionally I have added Groovy test steps with the sole purpose to add a logging message.