OpenCoverUI / OpenCover.UI

Visual Studio Integration to OpenCover
MIT License
77 stars 46 forks source link

Some tests are failed while running with MSTest.exe but in IDE VS2015 Pro are passed #153

Open Omi2109 opened 7 years ago

Omi2109 commented 7 years ago

Issue description:

Hello everyone I am new to Unit Testing, I hope I can get help to resolve my problem. Actually what happens when I am running any specific test or all test of particular test class from IDE such as VS2015 pro with OpenCover UI Test explorer I can get the result with percentage But for while creating report while I am running test with MSTest.exe console some test are getting failed but actually those test cases are successfully passed in IDE.

What should I do to get the test report with the same percentage that I am getting it in Open Cover UI with IDE

Please help me if anyone knows this I want to show report of test class percentage along with its all method names and its corresponding percentages

Thank You all.