Tuesday, June 9, 2009

Softwsre QA Tutorials

Softwsre QA Tutorials





The Power of Unit Testing


The purpose of Unit Testing is to verify for the developer that a software unit does what it is supposed to and is fit for use. The confidence that the developer gets, gi...




Turn off your step-thru debugger


"If you get in the habit of using a debugger," my mentor pointed out, "you'll get lazy. A certain part of your brain shuts off, because you expect the debugger to help yo...




Performance Anti-Patterns


Performance pathologies can be found in almost any software, from user to kernel, applications, drivers, etc. At Sun we’ve spent the last several years applying state-of-...




Testing Internet Explorer 8: CSS3 for Web Design


CSS3 introduces many exciting new features for webdesigners and webdevelopers. These features can help you create some common webdesign techniques like rounded corners, o...




In-memory, but persistent, testing with Sqlite


When testing database interaction an in-memory database can be used with Sqlite. This solution is fast, but what if you want to see the state of database after terminatio...




7 Useful Tools for Web Development Testing


Web Development HTML ImageBefore launching any new website, feature, or upgrade, it has to be tested. The worst nightmare of any programmer, designer, or business is to l...




Evolutionary architecture and emergent design: Test-driven design - Part 1


Most developers think that the most beneficial part of using test-driven development (TDD) are the tests. But, when done right, TDD improves the overall design of your co...




SilkTest Tutorial - 8 Lessons


A getting-started tutorial for SilkTest: Introducing SilkTest, Preparing to Use this Tutorial, Planning a Testing Strategy, Capturing Your Application, Creating Testcases...

No comments: