Make it possible to create different URI's in 1 environment
For each environment (TEST and UAT) we have different URI's for particular API's. This is not convenient as is, to create so much environments for each API.
e.g.: environment TEST has an api that is used for
- - customs
https://hbatna80.ad-my.domain/Headbird.Ferry.App.Customs.1.0.1.00.13
- webbook
https://hbatna80.ad-my.domain/Headbird.Ferry.App.Webbook.2.0.01.06
- WebTop
https://hbatna80.ad-my.domain/Headbird.Ferry.App.Webtop.1.1.01.15
etc... this means that for each webservice that contains 15 API's it can be that I need different endpoints. At this point (ReadyAPI v3.66.0) you need to declare them all seperately and select them all seperately. That makes a very long Environment list to select from....and this give more chance on mistakes and info losses.
Make it possible that each Environment can contain different URI's to select from in the testcase itself please.