Forum Discussion
rraghvani
Champion Level 3
Are you using the correct parameters?
/PSVar:VarName=VarValue (or /psv) for Project Suite variables
/PrjVar:VarName=VarValue (or /pv) for Project variables
Notes:
- The name of a passed variable should include only alphanumeric characters ('A'..'Z', 'a'..'z' and '0'..'9') and underscores ('_') and does not start with a digit.
- TestComplete treats variable values passed via the command line as strings. If the value includes spaces, enclose it in quotes.
sridhar249
3 years agoOccasional Contributor
yes, i am using the correct parameters. I have double checked it. I am using the project suite variables, /psv
The name of the variable includes only english alphabets and no spaces anywhere. So, no need to enclose in the quotes. I even tried enclosing in quotes, but still no luck.
I guess this is a limitation on the Ready api side that it is not passing the parameters as test complete is expecting.
Related Content
- 12 years ago
Recent Discussions
- 2 days ago