Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

switching request and response using keyboard in SOAPUI

i'm using the free version of SoapUi i really want to switch from the request and response windows using keyboard only i found that ctrl+alt+tab should do the work but it seems that the windows shortcut is blocking it how can i work around this problem?

like image 277
Yosefki Avatar asked Sep 04 '12 20:09

Yosefki


2 Answers

Soapui version 5.2.0

Ctrl+tab - takes the cursor out of the active request/response.

Ctrl+tab+tab - switches the focus from request to response and vice versa if the cursor is not present in the active request/response.

Ctrl+tab+tab+tab - switches the focus from request to response and vice versa if the cursor is present in the active request/response.

like image 79
vinodh haridoss Avatar answered Oct 13 '22 22:10

vinodh haridoss


Try Alt-Enter

Here's a list of SoapUI usage tips:

  • http://kjetilvalle.com/posts/soapui-less-painful.html
like image 27
paulsm4 Avatar answered Oct 13 '22 22:10

paulsm4