I have read it on few msdn forum that test Management service in Team Foundation Server raises notifications on some specific actions by its users. You can subscribe
to these notifications to understand what’s going on in the server. Here are some of the important notifications which are raised by test management service.
TestRunStartedNotification TestRunChangedNotification TestRunCompletedNotification TestPlanChangedNotification TestSuiteChangedNotification TestConfigurationChangedNotification
Can anybody share the step for it like how to set alert for this after TestRunCompletedNotification mail should be sent to user. Can it be done through MTM. I know TFS alert but i want to it for specific suite or plan that email should be sent after test run over.
please help