ContributionsMost RecentMost LikesSolutionsCan't get TestExecute tests to be successful when executed by Bamboo agentWe 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!TestExecute "The command line is invalid" error when /projectitem specifiedI can successfully run my entire project with TestExecute using this command: C:\Users\sbryan>"C:\Program Files (x86)\Automated QA\TestExecute 8\Bin\TestExecute.exe" "C:\Users\sbryan\Document\SVNHome\development\projects\leap\leap.qa\TestComplete\Projects\LEAP\LEAP.pjs" /run /project:LEAP_Main /e But, I also want to be able to run a single keyword test but when I run the following, it fails just after launching Test Execute with a "The command line is invalid" error. "C:\Program Files (x86)\Automated QA\TestExecute 8\Bin\TestExecute.exe" "C:\Users\sbryan\Documents\SVNHome\development\projects\leap\leap.qa\TestComplete\Projects\LEAP\LEAP.pjs" /run /project:LEAP_Main /pi:Login /e What is the trick to running a single keyword test?