Library tutorials & articles tagged with testing
-
TDD in Practice - Dealing with Hard-To-Test Areas
by Ian Cooper
Tried TDD and abandoned it the moment you've tried it on 'real' code? Learn how to tackle these 'hard-to-test' areas, that those presentations and introductory books just don't seem to explain well.
-
Improving Application Quality Using Test-Driven Development (TDD)
by Craig Murphy
What is the one activity or phase that improves the quality of your application? The answer is an easy one: Testing, and plenty of it. Traditionally, testing is a phase somewhere towards the expected end of the project - when the cost of any code or requirement changes is known to be much higher. Craig looks at how TDD can address this by adopting a more agile approach.
-
Testing for Security in the Age of Ajax Programming
by Bryan Sullivan
Ajax programming, which allows a web page to refresh a small portion of its data from a web server, is an exciting technology that has recently been introduced. However, this type of programming can also leave applications open to SQL injection and similar attacks. Learn more about Ajax programming and what it means in terms of security.
-
The Power of Hybrid Application Security Analysis: Increasing the Reliability of Security Testing Results
by Jason Schmitt
Developers are beginning to take the important step toward performing security testing before their applications leave their environments. However, it is also important to combine source code analysis with dynamic analysis during security testing, an approach known as hybrid analysis.
-
Test-Driven Development in .NET
by Peter Provost
An article presenting benefits and techniques for using test-driven development in .NET, specifically examining the NUnit testing framework.
-
Test-driven development with NUnit
by Roy Osherove
An introduction to test-driven development with NUnit and the NUnit-Add-in