AxoCover icon indicating copy to clipboard operation
AxoCover copied to clipboard

Code coverage is not working for QA automation tests

Open naveedakhtar28 opened this issue 5 years ago • 0 comments

screencapture-file-C-Users-naveed-akhtar-Downloads-DKumar04-codecoverage-1b1e9c73d72c-DKumar04-codecoverage-1b1e9c73d72c-CodeCoverageDemoProject1-axoCover-reports-report-2020-04-17-12-48-11-index-htm-2020-0 Steps to Reproduce: -

  1. Develop a simple web application using aspx
  2. Host the web application in local host
  3. Write Selenium Test for the web application under the same solution
  4. Add AxoCover to Visual Studio
  5. 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

naveedakhtar28 avatar Apr 20 '20 06:04 naveedakhtar28