Forum Discussion

SoapRookie's avatar
SoapRookie
Occasional Contributor
11 years ago

Running TestSuite on different servers

I am working on REST APIs.
Is it possible to run my TestSuite on different servers from command line? Can I pass the server name from Command line and can it execute those tests?
Currently the end point for all my resources point to Server1. If I want my Project to use a different endpoint(Server2), do I have to create a separate project or can I use the same project? Also, I am assuming the test case, login has to use different set of parameters like apiKey as well.

Thanks,
SoapRookie