Forum Discussion
nmrao
9 years agoCommunity Hero
Can you please show / specify how you are using the system arguments in the project?
slecault
9 years agoContributor
I had the "values" in the purple box hardcoded. I tried using Project Properties which seems to work (tested only from TestComplete so far). I did not come any documentation as to what can be put into the "Value" field, I thought at first it was only a static string. But there seems to be some magic interpreter in the process...
- nmrao9 years agoCommunity HeroThank you for the details.
Just use "-P<name>=<value>" instead of what you tried with "-D". "-P" is for project property(not D).- slecault9 years agoContributor
That now works from command line because of the -P and also the values must be ProjectProperties.
Is there a way to use that from TestComplete as a SoapUI_TEST.
The REST call works, but from TC12, I will need to add "SoapUI NG Test" for each different request (1 per patient)!
Is there a way to specify a TestComplete variable somewhere like in the value field of TestComplete (see Picture in purple circle)? Or is the only way to call a command line for each of my patient?
- nmrao9 years agoCommunity Heroslecault,
Sorry, unfortunately I do not know TestComplete.
Let me understand the problem.
You want to supply more number of properties to be loaded at project level instead of (-P)?
Otherway is to have properties into a file and pass "-Dsoapui.properties=/tmp/config.properties" to load all the properties.
If my understanding is incorrect forgive me. May be I am not able to get what you are doing or visualize it correctly.