Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To view the API requests actually fired by vREST during the execution of a Test Run, please follow the steps below:

  1. Open chrome://extensions in another browser(Google Chrome) tab / window.
  2. Make sure checkbox "Developer Mode" is checked in upper right side of this page.
  3. Then find the vREST extension in the list of installed extensions, 
  4. and click on "background page" link for vREST extension.
  5. A new browser window will open, click on "Network" tab.
  6. Now execute test run in vREST, then you will be able to see the API requests fired by vREST in the above browser window's Network tab.

 

Image Removed

Image Removed

...

  1. First filter on desired test run or do not filter if you want to debug last executed test run.

    Image Added 
  2. Now expand the test case which you want to debug.
    Image Added 
  3. And open the "Results" tab of this test case and click on "Show Execution Time Details".
    Image Added 
  4. vREST will show you the actual HTTP request details which was executed during the last / filtered test run.
    Image Added