Question

Is there any way to call/start TFS 2010's Test Manager with either a given Test Plan, a Test Case or Test Result to be opened?

What I want to do is to do some sort of evaluations on those items, but want to give the user the option to 'view' the underlying element natively.

Was it helpful?

Solution

If you invoke any Browser (I tried with Firefox & IE) something like this:

mtm://tfsName:8080/tfs/CollectionName/p:TeamProjectName/testing//testplan/open?id=123
mtm://tfsName:8080/tfs/CollectionName/p:TeamProjectName/testing//testcase/open?id=123
mtm://tfsName:8080/tfs/CollectionName/p:TeamProjectName/testing//testrun/open?id=123

MTM will load with respecting view opened (testplan 123, testcase 123, testrun 123)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top