Forum Discussion

jdepp's avatar
jdepp
New Contributor
9 years ago

how to view response from test cases?

I am just getting started with Ready API and SOAP UI. What I am trying to do is test basic functionality and later at some point load testing for a REST API. I created a TEST suite with 2 test cases in READY API (1 GET and 1 POST). I run the test and am able to view a report that basically just tells me how long the requests took in ms. I was hoping to see the response and response codes for each test case.

 

I would like to test all methods of the REST API in a multithreaded environment to basically simulate a production case. I have tried the same thing in opensource SOAPUI, but not seeing the responses in there as well.

 

Could some please direct me to a working example of a REST API testing or provide suggestions to resolve this?

1 Reply

  • jdepp's avatar
    jdepp
    New Contributor

    Nevermind I guess this is not available due to no response; I figured that if the methods run sucessfully in the resource viewer, then adding to the test case should be fine as it will just return success or not.