Systems | Development | Analytics | API | Testing

LoadFocus

So you want to become a Software Testing Expert?

Software Testing is hard. It involves hard work and dedication in learning the product, but also a huge attention to detail. A Software Testing Engineer is the link between the Development Team and the Product Manager/Owner and other stakeholders. The Software Engineer in Test (SDET) should be well aware of the ins and outs of the product, its integrations with other services/products, the strong and weak parts from a high level down to the code base.

What is Hits per Second in Performance Testing?

Hits per second represents the number of requests sent to the server in one second (the load which the server is being hit). Hits per second is the total load set by the concurrent virtual users on the server, no matter if they are executed successfully or not on the server side. The number of requests executed successfully by the server per unit of time is called throughput.

Monitor The Speed of Your Website

An easy way to monitor the speed and rendering of your website, also how fast your website or any of the web pages on your website is to use the Website Performance Monitoring Service from LoadFocus. Why does this matter? Well, first of all you want your website to appear in search engines like Google in the first results. The speed of your websites and other metrics matter a lot on how search engines position your web pages in the search results.

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.

Continuous Performance Testing in CI/CD with Jenkins Plugin

We’ve released a new version of our load testing plugin for Jenkins CI. Load Testing CI/CD Plugin helps to run load tests automatically as a Post-build action and mark the build as PASSED, UNSTABLE or FAILED based on errors received during the test run and the average response time. Use the Post build actions and define your load test limits in order to mark the build UNSTABLE or FAILED.