mstest Ordered Tests

J

JimL

I'm just getting to grips with MSTest test projects in Visual Studio
team system. I've discovered that in order to run my individual tests
in a particular order, I have to create an "ordered test". However,
when I run this, I don't get output from the individual tests, but
just from the whole ordered test, so if an element fails, I just get a
fail for the whole ordered test.

Is there any way to see the individual results of the ordered test
elements?

Thanks,
Jim
 
J

JimL

I'm just getting to grips with MSTest test projects in Visual Studio
team system. I've discovered that in order to run my individual tests
in a particular order, I have to create an "ordered test". However,
when I run this, I don't get output from the individual tests, but
just from the whole ordered test, so if an element fails, I just get a
fail for the whole ordered test.

Is there any way to see the individual results of the ordered test
elements?

Thanks,
Jim

OK, thanks, I got it - right click in the Test Results pane and select
"View Test Results Details"

Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top