Library tutorials & articles tagged with testing

Search filter
Page 1 of 1
  • 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. tdd, testing, unit testing, .net

  • 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. vb.net, .net, columns, c#

  • 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. internet, security, web services, ajax

  • 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. security, testing

  • 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. c#, vb.net, .net, tdd

  • Test-driven development with NUnit

    by Roy Osherove

    An introduction to test-driven development with NUnit and the NUnit-Add-in c#, tdd, testing, nunit

Want to stay in touch with what's going on? Follow us on twitter!