when using SoapUI, is there a way to show multiple Requests on the same page?

Viewed 214

I am using SoapUI 5.6.0. I find the multiple opened request windows are very annoying,

  1. all of them have the same label name "Request 1"
  2. if you run another request, the previous one will be covered and find to find it out again.

enter image description here do u have any tips to improve this usability? For example, show all the requests on one page? like showing multiple files in Notepad++?

Thanks!

1 Answers

There are 2 workaround that you can use

First way

  1. Click on minimise button on top right corner of a request
  2. Notice there at the down you will see like notepad++
  3. you are free to move those tabs of multiple request to anywhere on the screen..

Like below you can see 1 is below and few are at the top

enter image description here

So every time you minimise one you can see others tabs..

you can adjust window size so you can see all at the same time. after maximising

Second way

Another better alternative is to use ctrl+w

enter image description here

Related