Monday, June 4, 2012

Collaborative Testing

If your team consists of many new team bees who are going to test a complex release and you don't have enough time for training and knowledge sharing sessions, what do you do? You may ask them to do exploratory testing, take up some test cases and execute the steps. If business logic of the system...

Wednesday, February 1, 2012

Load Balancing Automation Scripts Execution

Some years back I developed a tool whose primary objective was to optimally utilize the automation lab machines and to achieve faster execution cycles. This tool was developed using Visual Basic using WinSock component of the programming language. This tool automates many tasks of automation scripts execution...

Friday, January 27, 2012

Cross Browser Compatibility Testing

In the world of multiple browsers and their versions, it is mandatory for web applications to support multiple browsers and their versions and on multiple platforms. A web page works well in Firefox on Windows, may not work as expected on Firefox on Linux, same is the case with Safari on Windows and...

Tuesday, January 17, 2012

Web Services Load Testing

Now-a-days large number of web applications are either consuming web services or providing their business functions as web services.  Like the performance of accessing the application services from user interface (web pages or desktop forms) is important for satisfaction of the end users, same should...