Forum Discussion
- nmrao
Champion Level 2
Do you really want to use global properties or is it fine to use project level properties?- MKVContributor
I would like to know which one takes priority.
Generally I used to run the test case via command line pointing to a property file. There was a case where the property file value and global value were different. In such a case, my view was that testrunner will take the value from property file only ignoring the global value.
Is that the expected from the tool?
Thanks!
- nmrao
Champion Level 2
I believe that the understanding is not correct.
SoapUI supports properties at different levels such as global, project, test suite, and test case levels. And user has to choose which level of property suits better for the situation and use it appropriately.
Following documentation links probably help to improve the understanding & functionality
https://www.soapui.org/scripting---properties/working-with-properties.html
https://www.soapui.org/docs/functional-testing/properties/working-with-properties.html