Systems | Development | Analytics | API | Testing

Load Testing

Load Generation Strategies For Your Performance And Load Tests

Setting a correct increment strategy for load generation is crucial when you are load testing a website or service. It’s especially important to make sure your website will not be bombarded by a huge number of participants all at once. Choosing correct increment strategy helps you organize your test run flow. You are making sure that participants start exactly how you expect. That can be especially useful for WebRTC service testing.

k6 in ThoughtWorks Technology Radar

ThoughtWorks is a global software consulting company that releases an insightful Technology Radar twice a year as a round-up of the current state of technological techniques, platforms, tools, and languages or frameworks. We were pleasantly surprised to see k6 featured in the Tools section of Volume 23, the latest volume of the Technology Radar.

Understanding Standard Deviation in Performance Testing

Standard Deviation is an important metric in performance testing analysis and informs us how stable the application under test is. In other words, it tells us if the requests that occur during the test are consistent or not. Standard Deviation measures how the response times are spread out around the average response time (mean). A small standard deviation means that the response time of all the requests are close to each other.

What is Load Testing? How It Works, Tools, Tutorials, and More

Load testing is a type of performance testing that simulates a real-world load on any software, application, or website. Without it, your application could fail miserably in real-world conditions. That’s why we build tools like Retrace to help you monitor application performance and fix bugs before your code ever gets to production.