Which are the types of performance testing?

Load Testing Test Automation.

Which are the types of performance testing?

2 minutes readPerformance testing is a generic term that refers to testing how an application behaves under load. Performance testing should be done continuously not just on specific milestones, as this brings benefits related to: how the performance improves/degrades during the releases can be a very early indicator that something has gone wrong that might really affect… Read more »

Some websites are just too slow…

Load Testing Website Speed Testing.

Some websites are just too slow…

3 minutes readKey takeaways Users judge speed in the first couple of seconds, and most sites lose them there. Slowness is usually a handful of large assets rather than a systemic problem. Measure before assuming; the obvious culprit is often not the cause. Have you ever entered a website and realized how slow things move, you just… Read more »

How to Add Notes to your Load Test Results

Apache JMeter Load Testing.

How to Add Notes to your Load Test Results

3 minutes readKey takeaways Notes capture why a run looked the way it did, which raw metrics never record. Write the note at the time. The context is gone within a week. They make historical comparison useful, since you know what changed between runs. We’ve added the functionality to add notes to your load test results. This… Read more »

How to Use CSV Data Set to Configure JMeter Tests

Apache JMeter Load Testing.

How to Use CSV Data Set to Configure JMeter Tests

4 minutes readKey takeaways A CSV data set gives each virtual user different inputs, which is what makes a test realistic. Set sharing mode deliberately: all threads, per group or per thread produce different tests. Decide the recycle behaviour, or threads silently reuse the same rows. Apache JMeter is a Java-based, open source testing tool, which can… Read more »