Plextest is fast - sometimes
even faster than coverage testing. Performance features
include:
Generates mutation schemas to reduce recompilation and
re-linking time
Can be combined with a revision control system to determine
recently-edited code, and selectively test that code
Adaptive test harness automatically determines tests likely
to fail for a given mutation
Other features include:
Can test header file code including C++ template code and
(in some circumstances) macro code
PLEXTEST
WORKFLOW...
READ MORE...
|
Mutation Testing & Coverage Testing
Mutation Testing and Coverage Testing Mutation
testers have much in common with coverage testers. Both
determine the extent of the test suite - that is, how
much of the program is tested.
The difference is that, whereas coverage testers simply
ensure that a given piece of code has been run during a
test, mutation testers can tell if the code is measured
- that is, the correctness of functionality can be
determined by the test suite.
|