Running Tests from a .bat File
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2022
07:50 AM
09-20-2022
07:50 AM
Running Tests from a .bat File
i
I set up a property transfer to capture a token and set it as a global variable which works fine.
However when i run it from a .bat file it doesn't seem to populate the global variable with the new token, what am i doing wrong?
Thanks
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022
09:10 AM
09-21-2022
09:10 AM
this is the command in the .bat file
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
TIMEOUT 10
