Coverage of Automated GUI test Using Dot cover
I have some automated GUI test created with Nunit and TestLeft from SmartBear and I want to use dotCover to measure their code coverage. But instead of providing the coverage for the source code the tool provides a report for the coverage of the test dll. Is there a way that I can measure the coverage of the GUI tests Using Dot Cover?
Please sign in to leave a comment.