Hi,
I have multiple tests, calling each other, so I am using the project.config properties to use the data dynamically.
Initially I have the ENV_NAME = "TEST" in project.config
Then i updated the property as below in test-1
testExec.setStateValue("ENV_NAME", "QA");
When I tried to fetch the value in test-2 as {{ENV_NAME}}, I am get the value as "TEST" instead "QA".
How can I achieve this?
Thanks,
Senthilnathan. S