Analytics


Google

Tuesday, April 7, 2009

Software Testing Resources

In trying to understand software testing to improve the reliability of my software development. I have searched and found some resources.

The one most interesting is the Software and Testing Magazine at http://www.stpmag.com/ A free subscription (softcopy) is available from the website.

Another good resource is the QA forum found at http://www.qaforums.com/.

When we discuss software testing one of the things that come to mind is Unit testing. If you are using Java, you can just JUnit to perform the test and if you are using .Net, you can use NUnit. However, being from a Pascal background, I still find it a bit difficult to change my mindset to embed testing in my codes.

No comments: