jjam
5 years agoContributor
Can you have different Test Suite properties in multiple environments?
I noticed in Environments editor I can define different custom Project properties for each environment. What about Test Suite custom properties? Can I have different Test Suite properties in each env...
- 5 years agoYou can load any property file as part of setup script.
Here is some testCase custom properties, similarly you can add for the suite level
https://community.smartbear.com/t5/SoapUI-Open-Source/Need-to-pass-REST-parameters-from-a-file/m-p/199862#M30214
What you would need to add is an additional condition that assign different property file name based on the environment name.