Forum Discussion
rraghvani
Champion Level 3
3 years agoAre 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.