Amitabha
Amitabha

Reputation: 1713

TFS 2012 MTM: There are no test cases matching the criteria specified. Use Microsoft Test Manager to view the test cases

Today we run BDT test case and face following error from TFS MTM:

There are no test cases matching the criteria specified. Use Microsoft Test Manager to view the test cases

We have only moved same test case to another test plan and it runs pass.

From post say it may be caused by permission issue.

Upvotes: 0

Views: 525

Answers (2)

Amitabha
Amitabha

Reputation: 1713

Later we found out the root cause was that we have not included test configuration in test plan.
But the test configuration is already configured and used by BDT build definition.

So solution is just to include the test configuration into test plan.

Upvotes: 1

Dylan Smith
Dylan Smith

Reputation: 22235

Did you update your build definition to point to the new Test Plan and Suite? The error sounds like you have your BDT build pointing to a Test Plan/Suite that no longer exists.

Upvotes: 0

Related Questions