Prime Path Coverage Exploration for Automated Unit Testing
Maaike Gerritsen
Broschiertes Buch

Prime Path Coverage Exploration for Automated Unit Testing

Ensuring Accurate Code Coverage Using Aspect Oriented Programming

Versandkostenfrei!
Versandfertig in 6-10 Tagen
32,99 €
inkl. MwSt.
PAYBACK Punkte
16 °P sammeln!
There are very few testing tools on the market today that combine testing and coverage. The tools that do combine these two element use a very simple coverage metric. This book contributes an extension to an automated testing tool called T2 that enhances it with a more sophisticated coverage measurement based on prime paths. This solution crucially relies on byte code instrumentation. However, a more elaborate instrumentation scheme is now needed. This is solved by combining it with a programming paradigm called Aspect Oriented Programming. Although a widely accepted paradigm, Aspect Oriented ...