AxoCover
AxoCover copied to clipboard
Code coverage is not working for QA automation tests
Steps to Reproduce: -
- Develop a simple web application using aspx
- Host the web application in local host
- Write Selenium Test for the web application under the same solution
- Add AxoCover to Visual Studio
- Run Selenium Tests using AxoCover
Expected Result: - Report for code coverage of dev code when running selenium tests
Actual Result: - Code Coverage is displayed only for Selenium test and Code coverage for Development code is not displayed
Note: - There is no error or warnings displayed in the output
We wanted to get a confirmation whether AxoCover Supports code coverage for Dev code while running automation code.
Link for Sample Code https://github.com/DKumar91/CodeCoverageDemo