LoadFocus.com New Release is out

Cloud Testing.

LoadFocus.com New Release is out

< 1 minute readWe think easier and simpler is better. Discover how your website or app behaves under custom conditions: number of concurrent users, regions all around the world, custom number of requests or delay between users. We selected the features we think suit the needs of every business owner, developer, quality assurance or operations person. Just let… Read more »

What is HTTP POST Request?

Apache JMeter Cloud Testing.

What is HTTP POST Request?

2 minutes readKey takeaways POST submits data and is expected to change state, unlike GET. It is neither cacheable nor idempotent, so repeats can duplicate work. The body carries the payload, which is why it suits sensitive or large data. HTTP POST request is used for sending data to a server. You can use POST requests for… Read more »

Run JMeter Distributed Test in the Cloud

Apache JMeter Cloud Testing.

Run JMeter Distributed Test in the Cloud

3 minutes readKey takeaways Distributed testing exists because one machine cannot generate enough load. Running it in the cloud removes the work of provisioning and syncing generators. Keep the test plan identical across generators or the aggregated results are meaningless. Hey folks! Let’s talk about cranking up your performance testing game with Apache JMeter, but not just… Read more »