.net - Measure code coverage with black box testing -
Is there a way or device to measure code coverage during a black box test? I have to assess the code coverage from the web application that runs on dot net source code.
Many code coverage tools that may be used for you by the net; However, due to user error, code coverage is against the running application against the application against the unit / automated test against the issue (incompatible reporting) and you have to apply to talk to the profiler. Commercial offer may be better for you in this regard (as it is a specialty that they can sell)
You really should have coverage against a test suite, namely Newnet / Ameste - I personally Under the user's (tester / dev / real) control, I take very little profit to use the code coverage tool against the actual running applications.
(Sequence and IL coverage).
- Support for integrating into IIS is in the pipeline; But you can use it against iisexpress (sequence and branch coverage).
All of the above, I believe, to get code coverage - writes the code using the profiler API. You may also need PDB files to check coverage for your code (.cs / .vb files) (as it is that all IL offset - & gt; source code line information is present).
Comments
Post a Comment