Trying to update project-level parameter but not working as expected.
Using addon: Parameters Operations
I want to update a project level parameter I am using the “ Set value to a parameter” action as one of my test steps.
As below
Here using updatedNewOfferName as test level parameter and newOfferName is project level parameter. My try is to assign newOfferName =updateNewOfferName
Test step actions as below:
While execution it says pass. But newOfferName is not updated at the project level.
step11: Write to file: write data as "Test level value " updatedNewOfferName
Step12: Write to file: write data as “Project-level value " newOfferName
The output as below after execution:
"Test level value " New_RTO_PL_Offer12_401308"Project level value " New_RTO_PL_Offer12_401308
But it is not updating at the project level which I need to use for other tests too in a test suite.(like New_RTO_PL_Offer12_401308 value through the test suite).