I have a CodedUI project to automation test. I want to add this CodedUI to Test Manager (or call CodedUI from Test Manager).
I've created this project and build .dll, but I cannot call them from Test Manager.
I have a CodedUI project to automation test. I want to add this CodedUI to Test Manager (or call CodedUI from Test Manager).
I've created this project and build .dll, but I cannot call them from Test Manager.
Coded UI test should now be associated with the test case and be available within MTM.
Next you need to create a build within TFS and associated that build with your Project within MTM
1.Generate a build definition for your solution(It can be done in TFS) 2.Associate your automation test case with functional test case (It can be done in TFS) 3.Now think where you want to run your script (Virtual machine or local machine) 4.Now install test agent in that system and connect it to TFS 5.Open MTM and go to LAB management and bring that system into your lab Env. 6.Link your build definition So now we have a test case linked with automation test case ,build definition so our solution and lab env set up .Now we can run from MTM and test case will be run in virtual machine where agent has been set up