How to have Code Coverage during Execution [on hold]
How to have Code Coverage during Execution [on hold] There are tools that allow to view the code coverage of unit tests. However, I can't find tools out there that can record the code coverage of an already deployed application (for black box tests) which is, to be more specific, in Dot Net Core 2.1+. I'm guessing this would be harder or problematic to do, but I'd like to know, in case I missed a tool in the market, what would be the best approach for developing one that can expose an API for the generated data. UPDATE I'm adding detailed info as the above is not valid. If the following is not enough or proper, please let me know where I can post my question. This is related to a higher design level: SUMMARY Basically I want to apply an automated TIA (Test Impact Analysis) CONTEXT Considering the development Continuous Integration Pipeline for Dotnet core apps, I currently have an automated process of executing automated tests right after deployment in a testing environ...
