Flow Analysis: Static Analysis on Steroids - Building a robust regression suite is the best way to identify poorly implemented requirements, and performing negative testing is the best way to identify confused user errors. However, finding missing requirements is difficult because it's not clear what you're looking for. Flow analysis, which basically analyzes paths through the code without executing it, is the only known automated testing technique that leads you to such problems. For instance, assume that flow analysis identified a NullPointerException in a Java application.
Technorati : java, junit, software engineering
Del.icio.us : java, junit, software engineering
Ice Rocket : java, junit, software engineering
Flickr : java, junit, software engineering
Zooomr : java, junit, software engineering
Buzznet : java, junit, software engineering
Riya : java, junit, software engineering
43 Things : java, junit, software engineering

Flow Analysis: Static Analysis on Steroids
0 comments:
Post a Comment