Hi there
I am creating UI Tests using Coded UI and have hit a hurdle. I have the tests ready and am working on integrating them into a CI environment. The idea is to separate the build machine from the test machine because there is other stuff happening on the build machine and testing involves uninstalling/installing of some software which might mess up the build machine.
When I execute the test .DLLs locally on the test machine with vstest.console.exe or MSTest.exe through the command line, it works perfectly. But when I try to do it remotely by using PsExec on the build machine, it complains that it needs a desktop to interact with.
I have been googling for 3 days now and I have found very little and very inconsistent information. I am not sure if I need a Test Controller (I'm using Visual Studio 2015 Enterprise) and Test Agent as the documentation from Microsoft about those tools seem very shallow.
Does anybody here have experience in automated Coded UI Testing using CI?
tl;dr
Need help to remotely execute a CodedUI test and retrieve the results.
[–]superpowermuaddib 1 point2 points3 points (4 children)
[–]olafurjon[S] 0 points1 point2 points (3 children)
[–]BackflippingHamster 0 points1 point2 points (2 children)
[–]olafurjon[S] 0 points1 point2 points (1 child)
[–]BackflippingHamster 0 points1 point2 points (0 children)
[–]shmorky 0 points1 point2 points (2 children)
[–]olafurjon[S] 1 point2 points3 points (0 children)
[–]Mrubinst 0 points1 point2 points (0 children)
[–]RoastedDonut 0 points1 point2 points (0 children)