How to update common property value for all available environment once execution is performed ?
How to update common property value for all available environment once execution is performed on one environment ? Let me brief my issue with example : Say initially I have created two properties Username and Password at project level and executed automated script for only one environment (E.g. Env1). Username is getting incremented every time based on written groovy script. Now I have created another environment (E.g. Env2) by cloning previous one so it inherits all custom properties of previous environment. Whenever username is getting changed based on groovy script, value of the defined property at project level is updated and same value is getting applied at Env1. But it is not getting reflected for Env2. Can you please suggest the solution to make property value updated for all available environments?Solved2.7KViews0likes2Comments