armygrad
3 years agoContributor
How do i set up the -G switch Via the command line
Hi
I need to run tests from the command line, to use the a global variable i think
i need to set the -G switch. How do i do this.
The Global variable is called Token
The command line is
cd C:\Program Files\SmartBear\SoapUI-5.7.0\bin
call testrunner.bat "C:\Users\USER1\Desktop\SoapUiReports\A_Token.xml" -s "TestSuite 1" -c "TestCase 1" -f "C:\Users\USER1\Desktop\SoapUiReports\LogFiles\Auth Token" -a
This is run from a .bat file
Thanks