I have a application scenario where I am currently executing my test cases(written in selenium C#) using MTM, I want to know whether same can be achieved using selenium java from eclipse?
The same can be achieved using TFS 2015
, in which we can create a new build of type ant/maven
.Once the build has been created queueing the build would result in execution of test cases on pre configured agent machine.
While creating a build we need to provide build.xml
(for ant) or pom.xml
(for maven) which will contain all the details specific to the project and execute the same.