We have a project that I have been asked to build and integrate an Automated CI, Deployment and Automated UI Tests for.
I have built a framework, using Visual Studio 2010 and Page Object
Mapping; a number of MS Coded UI Tests (CUIT) have been created which
work brilliantly when run with the MSTEST program.
The setup I hope
to end up with is a CI server which will run the tests against a remote
Web Instance, all from an IE instance on the server against the Web
Instance of our Web application.
We are in the process of trialling Jenkins to see if that can help in my task;
I have a server, running
Jenkins ver. 1.616 as of 12th June 2015.I have hit a stumbling block in that I am unable to get Jenkins to run Automated MS Coded UI Tests against.
Can anyone advise: is this doable and if it is, how should I go about finishing this last all important step to finish our CI environment?
Many thanks, Dave