Jmeter – Counter – Track Counter Independently for each User

Earlier we have learn different components of Counter config element of Jmeter and how to use it in your software load test plan with example in THIS ARTICLE. So here we will not discuss all those things and directly focus on usage of “Track Counter Independently for each User” parameter of Counter config element and … Read more

Mutation Testing

This is basically a white box testing which is useful to verify the test cases quality. In mutation test we create a mutant program and replace them with original program, and it is expected that the test cases should catch those mutant programs. We are going to discuss how to perform mutation testing. Lets start. … Read more

Jmeter – Counter Config Element With Example

Apache JMeter has many different configuration elements and counter is one of the configuration element of JMeter. Counter config element allows you to set a counter and then you can use it’s reference anywhere in your thread group of your software load test plan. Let’s understand how to add and configure counter in your software load test … Read more