How can I parameterize the complete end point details?
Hi All,
We are implementing REST web services automation for our system and there is a requirement to parameterize the end point details, say the end point is
UAT env:
https://dwu-usystem11:9002/authorizationserver/auth?username=test&password=test
Test env:
https://dwu-usystem11:9002/authorizationserver/auth?username=test&password=test
In our current implementation we have created two environments(Test and UAT) and saving the end point in the resepective environment. When some thing on the end point host name, that is https://dwu-usystem11:9002 changes from 9002 to 9003, then its happening to go to each and every end point ( we have around 200+ end points) and update the node value to 9002 to 9003.
To over come this problem do we have a solution of maintaining the end point host name value in a property and reading it, so that if any thing changes in it we could just update the propery or any one point place.
Really appreciate your help.
Thanks,
Santhosh.G