2 minutes readWith Automated Website Testing Service from LoadFocus.com you can easily automated your manual tests. Just go to New Website Test page inside LoadFocus.com and click on the Step Action dropdown. Choose the desired Step Action for your Automated Website Test search for the desired the step action (Actions, ScreenShots, Navigation and Assertions) add the step… Read more »
Posts By: admin
How to Select a Dropdown in Selenium WebDriver using Java
2 minutes readHey there! Have you ever found yourself scratching your head, wondering how to automate dropdown selections with Selenium WebDriver? You’re not alone. Dropdowns are like the Swiss Army knife of web forms, popping up everywhere from sign-up sheets to search filters. Let’s dive into how you can master dropdown interactions with Selenium, making your automated… 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 »
5 Tips to Boost Page Speed and Website SEO
< 1 minute readSlow websites, or slow pages are not good for SEO. In these days everything needs to be fast. If your website loads in more than 2 seconds you’ll probably lose customers, either by not getting ranked properly in search results, either by customers leaving your website due to its speed. Use a free website speed… 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 Apache JMeter’s XPath Extractor?
2 minutes readIn order to add an XPath Extractor to your JMeter script you need to begin by installing JMeter and create an HTTP Request. If you want to check how you can create a load test with Apache JMeter, please check our previous blog post. Start by adding a XPath Extractor to your HTTP Request by following the… 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 »