Forum Discussion
nmrao
9 years agoCommunity Hero
Can you please show / specify how you are using the system arguments in the project?
- slecault9 years agoContributorI 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?