简体   繁体   中英

Use TFS API to send the email notification on MTM test case failure

I want to trigger the email notification to certain group of people whenever any test case in MTM fails.

how to write TFS API to achieve the same? is there any solution already available.

Appreciate your help.

When a Test Case failed your Tester should create a Bug with the details of the test failure. You can then have an alert on the creation and update of Bugs.

If it is an automated test as part of a build you can email the tester on build failure so they can create a bug.

If it is an automated test as part of Release Management you can get RM to email the validator (could be the tester) to create the bugs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM