Category Software Testing

Effective Performance Analysis

Successful Performance Analysis depends on the ability to identify bottlenecks in the application or system infrastructure. A bottleneck can be caused by any element on a page that is taking longer than other page elements to fully load, or it…

Automated testing using SpecFlow

SpecFlow Installation and Setup What is SpecFlow? SpecFlow is an open-source .NET tool for automated testing that lets you write specifications using 100%-Cucumber-compatible Gherkin syntax, and has a number of advantages over Cucumber itself. It integrates with Visual Studio. It…

Test Estimation – misconceptions

What is test estimation? Test estimation is a prediction based on probabilistic assignment and is a continuous process, which should be followed and used throughout the project life-cycle. Wiki definition of Estimate: Estimation is the process of finding an estimate,…

Distributed testing in Jmeter

You have reached the limit of one machine while doing your load testing and now want to distribute your load from different machines. In Jmeter it is commonly called as distributed load testing or remote testing. Distributed testing or remote…