Unanswered question

How to change server of requests?

Hi,

i have some User Paths with a lot of requests. Now i would like to run those tests on a different server, for example another stage like integration, staging and production servers. how can i change the server of all requests without setting them one by one?

Best regards,
Dennis

Dennis M.
Dennis M.

Dennis M.

Level
0
2 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

In the server section of the design perspective, just above the user paths is the server connections. The name can be any value. The host is the name or IP of the server used in the requests. This can be changed as needed. It can also be parameterised and the variable value set from the command line when the test is launched. Eg -variables target=192.168.11.123