Systems | Development | Analytics | API | Testing

Latest Posts

How to Monitor the SEO of your Website

SEO is very important for your website, it brings customers to your website and keeps your business rolling. Using the SEO Monitoring tool from LoadFocus you can audit the SEO of your website’s landing page, or any new or existing web page present on your domain. You can start SEO monitoring for free in less the 30 seconds, here are the steps.

How to Create an Alias to Easily Start JMeter on your Local Machine

Apache JMeter is a Java-based, open source testing tool, which can help you create and run functional and load tests for Websites, APIs (REST and SOAP) and other web services. Let me show you my personal configuration and how I start and configure JMeter for a faster and better use on my local machine.

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.

Top 5 Reasons for Using Apache JMeter

If you haven’t heard of Apache JMeter, then here is a short intro on what is it and how it works. We’ll keep this article short and jump straight to the list of top reasons to use Apache JMeter: Apache JMeter has a GUI for designing test scenarios, however the command-line is used for actually running the tests (run your JMeter tests in the cloud with JMeter Load Testing tool from LoadFocus).