p0l1c3c4r
5 years agoNew Member
reading values from custom properties file when executing from command line
Hi everyone,
We are using SOAP UI Open Source for one of our tests. Basically currently we are filling the Custom Properties tab manually before every test, and perform them from the UI, but we would like to automate this part from CLI, but everytime we try to run a test from CLI and use the -G handle to load the Properties from command line, it disregards it, and runs with the default values. (We also tried -P, but it didn't work either)
We are looking for a solution where we could perform our tests in a way that we are able to pass the test level custom properties in a command line test execution so it can be integrated into our data flow.
Thanks for the answers in advance!