Forum Discussion

sbryan's avatar
sbryan
New Contributor
15 years ago

Can't get TestExecute tests to be successful when executed by Bamboo agent

We have a test suite that we can successfully run with Test Execute.  We have an ant script that calls execution of the test run and when we remote desktop to a particular machine and run the ant script, it executes fine.  However, when our continuous integration system (Bamboo) run the test using that same machine as an agent, it fails as if it can't see IE at all.  Can TestExecute work without an actual display?  How could we get this to work?



Thanks!

1 Reply

  • Hi,



    The target PC seems to be locked when you execute your test. In this case, TE will be unable to find GUI objects since GUI on locked machines is suspended. You need to open an interactive user session on the target PC (leaving it unlocked or by opening an RD connection to it). See the "Running Tests on Locked Computers" help topic.