質問

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.

役に立ちましたか?

解決

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)

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top