Pex is one of the Visual Studio add-in that provides a runtime code analysis tool for .NET Framework code. The output of the Pex helps you understand the behavior of the code, and it also builds automated tests with high code coverage.
For more details on Pex, please refer http://www.dotnetfunda.com/articles/article1207-unit-test-creation-using-pex-.aspx
Advertisements
hi ambilykk
i am new to this pex tool. i need to know the coverage report of pex. while generating the pex dynamic report it is showing 21/21(100%). what it is meant for..21 stands for
waiting for ur reply.. thanks in advance
Hi
21 indicates the number of test cases generated by the Pex tool. 21/21 indicate all the generated test cases are passed and there is no exception.
Pex will generate a Code Coverage report, same as the normal Visual Studio Code coverage report.
Regards
Ambily