Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In MVC.net application am going to call a TFS tool to get the test cases through API(Team Foundation) and wanted to execute it in other Virtual machine.am going to use MS test command line to run the test case and DLL is needed for it.Since this is the tool created for other teams ,the user should put the DLL in source control or some share path that requires authentication and other stuff to look in to.without this ,Is there any way to retrieve the test case from the TFS /GIT path they give and we execute it in VM box?.if we need to build the code of other team and get the DLL in VM might consume lot time to do the UI design and code behind which Jenkins or other CI tools are already been done and so we wanted to create a simple tool.So let me know the possible ways.

Test case is in Selenium/coded UI.

What I have tried:

Tried connecting to TFS API and ran the test case using MSTest command line.there came across this query
Posted
Updated 24-Jun-16 9:28am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900