You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: