0
votes

I am trying to execute automated test cases (codedui) from Microsoft Test Manager 2015. I have executed by triggering tfs bui. But my requirement is to run through MTM 2015.

So far I have done the following:

  1. Created an environment in lab - MTM
  2. Created XAML Build definition
1

1 Answers

0
votes

If you just want to run code ui test through MTM, seems not related to XAML build. What you need to do is importing the test methods to TFS as test case and then which can be added to MTM through tcm testcase /import

Such as creating test suites which are tied to the CodedUI tests, and use these sub-selections of tests to complete a test run that validates a specific change made to the system.

More detail steps please refer this tutorial: How to manage and run CodedUI tests using Microsoft Test Manager