We are automating the Rest APIs using SoapUI free version.
Here we would like to handle the service URL i.e. As of now we have 3 environment for testing: QA, UAT, Pre-Prod. The difference between the environments is the base URL. The end points will be same.
However few endpoints might get changed also. So we have created the automation scripts and suites in UAT using its base URL and endpoints.
Our questions are: Suppose if I want to run my suite in QA environment then there is a change to the base URL and also a few endpoints.
In this case, how to provide base URL in some centralized place like properties files? So that we can run the suites in all the environments in a robust way.
Can anybody help us on this?