Hi
I launch my test suite with a batch and I include global parameters /pa like this
MyExeFile /pa:MyGlobalParametersName=MyVar
But when MyVar contain string with space only the first word is my globalparameters Name
Exemple :
MyVar = To To
The global Parameter Name is To
It is possible to have Global Paramaters name with space ? If yes, how i can delimitate the name ?
Thanks