1.

How Can We Do Coverage Testing Using Vsts?

Answer»

Code coverage is a 3 STEPS process as shown below. The first step is to enable code coverage. So right CLICK on the ‘.testrunconfig’ file in the solution explorer.

The next step is to select the assembly / DLL which we want to monitor for code coverage.

Once you RUN the test, right click on the test results and select code coverage results. You will be shown a details result.

Code coverage is a 3 steps process as shown below. The first step is to enable code coverage. So right click on the ‘.testrunconfig’ file in the solution explorer.

The next step is to select the assembly / DLL which we want to monitor for code coverage.

Once you run the test, right click on the test results and select code coverage results. You will be shown a details result.



Discussion

No Comment Found