We would like to integrate an automated functional test solution (developed using SpecFlow and Coded UI) in our build server.
The project looks like this:
- the AUT is a WPF application
- the developers are working with Visual Studio 2010 Professional
- automation testers joined the project with Visual Studio 2012 Premium (VS Premium is needed for Coded UI tests)
- Visual Studio 2010 Professional is installed on the build server
- Jenkins is used
- a VM is configured for the development and a 2nd VM will be used by the testers
Could someone help me with the build-server integration process? Which are the main steps to do this? Do we need to upgrade the VS version on the build server to 2012 Premium? Are there some other solutions/workarounds?
Note: I'm rookie in terms of integration, build-server configuration etc.
Thanks,