Forum Discussion
3 Replies
Sort By
- nmrao
Champion Level 1
Use project custom properties and leave the values empty and push it to repository. Set the values only while running the tests.
- indraniriaContributorThanks. Can you please guide how to set properties while running tests? My tests would run in azure pipeline in an agent machine which has readyapi installed
- nmrao
Champion Level 1
One can put the properties into a separate file and pass them to testurnner utility during runtime (no need to open the project and set values). See the below documentation
https://www.soapui.org/docs/scripting-and-properties/working-with-properties/