|
Solution Search:
|
Software Quality Resources
Fuzzing: Brute Force Vulnerability Discovery -- Chapter 12, Fuzzing Frameworks
file formats, and Web applications; demonstrate the use of automated fuzzing tools; and present several insightful case histories showing fuzzing at work.
>> Read "Fuzzing Frameworks" now. >> Buy the book Although fuzzers are effective against a... More... Jun 14, 2007
Better software through debugging and unit testing -- Unit testing, Extreme Programming and TDD
(TDD), which requires a style of unit testing that's quite intensive.
There are many tools and frameworks for unit testing, as this extensive list demonstrates. However, the mind behind XP created the first popular unit testing tool, which sparked the entire line... More... Nov 2, 2007
Better software through debugging and unit testing -- Unit testing basics
it is well-organized, beginners may become overwhelmed.
For more information on unit testing tools and how certain methodologies affect unit testing, read our next section, Unit testing, Extreme programming and TDD. Unit testing is critical part of the... More... Nov 2, 2007
Is software becoming more testable?
A Conservative Past
Innovation in software testing and validation has been scarce - certainly in comparison to the constant stream of new languages, design approaches and frameworks that has characterized... More... Oct 1, 2006
Tools, methods to test software more efficiently
Several classes of testing tools are available today that make the testing process easier, more effective and more productive. When properly implemented, these tools can provide a test... More... May 2, 2007
Related Tips
Real World Web Security Problems and Solutions - input validation
fashion for this tip, I'm going to share with you some common and not-so-common Web-based input validation issues I've discovered.
The most interesting issue I've... More... Jun 19, 2009
Real World Web Security Problems and Solutions login weaknesses
login mechanism evaluated the user's Windows login status and ID and assuming they were logged in on the machine with a valid account access was granted...
More...
Jun 19, 2009
Real World Web Security Problems and Solutions - login weaknesses
login mechanism evaluated the user's Windows login status and ID and assuming they were logged in on the machine with a valid account access was granted...
More...
Jun 19, 2009
|