Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change endpoint address for multiple tests?

I know how to change endpoint for each test, but I have 100+ tests so I would like to select project/all tests and say set new endpoint. Is it posible?

like image 785
yura Avatar asked Jul 05 '11 11:07

yura


1 Answers

Yes it is possible!

Double-click on your WSDL interface in the Navigator view on the left.

Then select the second tab called Service Endpoints. Select the desired endpoint (or add it first via the "+"-symbol) and click Assign. There you select All Requests and TestRequests.

like image 52
Sebi Avatar answered Oct 04 '22 02:10

Sebi