< 1 minute readLoad Testing your cryptocurrency exchange service is very easy with the Cloud Load Testing Tool provided by LoadFocus. You can easily simulate exchange transactions by calling your API endpoints within our load testing tool. It can simulate up to 600k requests per each load test. Load tests run in real-time and you can inspect multiple performance… Read more »
Posts Categorized: Performance Testing
Is My Email Campaign going to Bring my Website Down?
2 minutes readHey there! Ever wonder if your killer email campaign might be too successful? You know, the kind that drives so much traffic to your site that it just… collapses under the pressure? It’s a valid concern, and you’re not alone in wondering about it. Let’s dive into the world of email marketing, website traffic, and… Read more »
How to use Apache JMeter’s WebDriver Sampler to Load Test the UI of an Application
3 minutes readHere is how to use Apache JMeter’s WebDriver Sampler to load test the UI of the application, and by the UI, I mean load test a user’s workflow, with entering the web pages, clicking on different links etc. All you have to do is install the JMeter plugins and make use of the WebDriver Config… Read more »
How to start Apache JMeter in non-graphical (non-GUI) mode?
2 minutes readIf you want to start Apache JMeter in non-GUI mode, use the following command line options: -n – non-GUI mode – this specifies JMeter is to run in non-GUI mode -t – JMX file – location of the test plan and the name of JMX file that contains the Test Plan -l – log file… Read more »
Enable gzip compression on NGINX
2 minutes readDuring Speed testing of your website or web application using LoadFocus (https://loadfocus.com/website-speed-testing) on the Advice section you might get the tip that you need to enable compression like in the image below: Compressing responses often significantly reduces the size of transmitted data. Because the compression happens at runtime this can add a big… Read more »
How to use assertions in Apache JMeter tests
5 minutes readWhat are assertions ? In case you are not familiar with the term, an assertion “is a test / a condition that must be tested to confirm conformance to a requirement”. Basically a test assertion is – a condition that compares the expected value with the actual value for a specified use case. Why should I use… Read more »
How to Add JMeter to the PATH Environment Variable On Mac OS X
< 1 minute readIn case you want to easily start Apache JMeter load testing tool on your MAC OS, here some things which you help you get started. Once you downloaded Apache JMeter, just go to the PATH where you’ve dowloaded it. For example, I’ve downloaded JMeter in my Downloads folder. Here are full details on how to run… Read more »