Selenium automation scripts with java eclipse into VSTS

976 Views Asked by At

Hi I wrote automation scripts in eclipse IDE using java. Now I am trying to run these scripts using VSTS, Test manager and generate the reports, check logs. More like an automation QA person trying to generate, run, modify (give access to other automation engineers as well to change the code) and save it to the repository for future versions. I have already integrated eclipse with TFS using TEE plugin but not able to figure out how to integrate Test manager with Eclipse to push my scripts and run. Please help

1

There are 1 best solutions below

7
On BEST ANSWER

You don't need Test manager to test your java application. VSTS build tasks make it easy to build Java applications. These same tasks also make it easy to test your Java applications. The example below uses Maven to build a Java application, runs JUnit tests, and uses Maven and to test the application.

enter image description here

Useful links: