Wednesday, 21 April 2010

Website Stress Testing using JMeter

This video shows you how to use JMeter to stress test your website or web application. You can watch the video called "Website Stress Testing using JMeter" on the software testing videos and tutorials directory.







Tuesday, 30 March 2010

Automated Exploratory Testing

Automated exploratory testing is a method integrating Test Automation within the Exploratory Testing Session that enables the testers to save money and to become more productive during test execution. This article describes automated exploratory testing and explains its benefits.

http://www.sqazone.net/modules/news/article.php?storyid=606

Monday, 29 March 2010

Using WatiN to Leverage Common Elements in Web Testing

WatiN is an easy to use, feature rich framework for Web Application Testing in .Net. This article provides some practical insight into creating automation based on the WatiN framework. It will present a well thought out and proven foundation for general web testing.

http://www.methodsandtools.com/archive/archive.php?id=100

Wednesday, 10 March 2010

Continuous Integration Tools Directory

A directory of open source and commercial continuous integration tools with additional reviews and resources.

http://www.continuousintegrationtools.com/

Wednesday, 17 February 2010

Book Review: Debug It!

This book provides a structured approach that will help programmers to identify and remove bugs in code. It is based on a four steps process: Reproduce, Diagnose, Fix, Reflect. For each activity, the author provides practical material on how perform it. The second part gives a higher vision of the debugging process and deal with topics like communicating with users or prioritizing bugs treatment. Finally, the book discusses special situations and the relationship between bugs and other areas of software development (source control, build, etc.).

The book is easy to read and the material is presented in a very structured way with different “viewpoints” that help to understand the content. Besides the main text where important concepts are put in evidence, real life cases shows how things happen in the real world. There are also some “Joe asks…” sections where the author answer pertinent questions on the current topic.

With my many years of experience in supporting and debugging large existing enterprise systems, I have to say that Paul Butcher summarize and structure all the knowledge (and more) that I have, sometimes painfully, accumulated during this activity. This is therefore an excellent book that I will recommend to everybody that is involved in software development in general and maintenance activities specifically.

Reference: “Debug It!”, Paul Butcher, Pragmatic Bookshelf, 214 pages, ISBN 978-1934356289

Get more details on this book or buy it on amazon.com
Get more details on this book or buy it on amazon.co.uk

Tuesday, 26 January 2010

Web Performance Testing - Test objectives and Real Life Monitoring

Web Performance Testing is executed to provide accurate information on the readiness of an application through testing the web site and monitoring the server side application. This article describes different techniques and aspects to be considered when performing Performance Testing on Web Applications.

http://www.sqazone.net/modules/news/article.php?storyid=551

Monday, 30 November 2009

New Software Testing and Quality Assurance Videos and Tutorials Directory

Testing TV is a directory of software testing and software quality assurance videos and tutorials. It covers unit testing, functional testing, load testing, performance testing, test driven development. configuration management.