jeudi 15 septembre 2016

Create a playlist of test methods having same workitem id in Microsoft test explorer

I have a test suite in Microsoft test manager. Each test is mapped to certain WorkItem ID. I want to run all tests having same workitem id together as a playlist. Below is exmaple of sample test.

    [TestMethod]
        [TestCategory("Cat A")]
        [Priority(1)]
        [WorkItem(5555)]
        public void SampleTest()
        {
           Do some thing
        }

I tried but was not able to make a playlist by Workitem id. Please suggest if it is possible to do so.

Aucun commentaire:

Enregistrer un commentaire