문제

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