The error that I get:
15:03:47,104 INFO - Running step...
15:03:47,107 DEBUG - Executing command: call "C:\TestComplete\blah_Testcomplete\runtest.bat"
15:03:47,107 DEBUG - Command working directory: C:\Quickbuild_Agent\buildagent\workspace\Root\blah_200_Checkin_Build
15:03:47,136 INFO -
15:03:47,136 INFO - C:\Quickbuild_Agent\buildagent\workspace\Root\blah_200_Checkin_Build>call "C:\TestComplete\blah_Testcomplete\runtest.bat"
15:03:47,182 WARN - Access is denied.
15:03:47,184 INFO - There are warnings
15:03:47,190 INFO - Executing post-execute action...
15:03:47,190 ERROR - Step 'master>TestComplete UI Test' is failed: Failed to run command: call "C:\TestComplete\blah_Testcomplete\runtest.bat"
Command return code: 1
Command error output: Access is denied.
15:03:47,289 INFO - Executing post-execute action...
15:03:47,289 ERROR - Step 'master' is failed: Composite step 'master' failed due to unsatisfied success condition.
This is the error that I get. It shouldn't be an issue with admins/permissions as I'm able to run the bat file with no issue if I open up a CMD prompt and try and run this.
Another thing to note is removing the 'call' inside the .bat file changes the error code from '1' to '5'.
Any suggestions would be helpful as we're trying to integrate Quickbuild w/ UI automation with the current tool that we already have.
It shouldn't be an issue with admins/permissions as I'm able to run the bat file with no issue if I open up a CMD prompt and try and run this.
Another thing to note is removing the 'call' inside the .bat file changes the error code from '1' to '5'.
Any suggestions would be helpful as we're trying to integrate Quickbuild w/ UI automation with the current tool that we already have (TestComplete/TestExecute)
- solved #9
- replies 8
- views 3194
- stars 1
-