I have ReadyAPI on a physical machine and I have TFS running on a VM. I am trying to create a TFS build definition that runs a command line task to trigger the testrunner.bat with the correct arguements on the physical machine.
Now if I run the testrunner command line directly into the command prompt in the VM, it runs just as expected and generates a JUnit report in the physical machine.
However if I run this through the TFS UI, I get the following error:
The user name or password is incorrect.
Process completed with exit code 1.
TFS Command Line Task: