Systems | Development | Analytics | API | Testing

December 2021

CSS Selectors And XPath Locators In Selenium Test Automation Scripts

One of the most important aspects of automated web application testing is having a good grasp of using locators. Locators allow retrieving DOM elements from the web page. Interacting with web elements during automated tests allows to create end-to-end tests that simulate real users behavior. In this blog post, we will talk about two types of locators – CSS selectors and XPath.

How Eurofunk uses k6 for load testing emergency services (k6 Office Hours #37)

Load testing is hard enough-- what if lives were literally at stake? Daniel Knittl-Frank joins us today on k6 Office Hours to talk about how Eurofunk uses k6 for load testing emergency services including the 112 hotline. Interviewing him from the k6 team are Robin Gustafsson, CEO, and Nicole van der Hoeven, Developer Advocate.

Why you should start improving the images on your website

At LoadFocus, we’ve implemented an easy way to monitor the rendering of websites on desktop and mobile devices, this helps you get hints on how to improve the images that you load on your website. Your website’s or blog’s speed is a very important metric in ranking in search engines Try to keep that in mind when developing new features and adding fancy images and animatios to your pages.

Too many Cloud Testing Tools are Distracting and Addictive. Here's How to Fix It.

In this new work from home era, a lot of companies have moved more and more towards online services and new tools to keep their productivity at similar levels as before. It’s harder and harder to keep track of all the tools and services you use on a regular basis to test all your websites and API services of your business. Here at LoadFocus it gets easier and easier to make use of the integrated testing services we provide as of today.

What's new with k6 Cloud, with front-end lead Simon Legander (k6 Office Hours #36)

What's new with k6 Cloud? Today, k6 Cloud front-end developer lead Simon Legander talks to us about recent features including improved test scenarios, GRPC and WebSockets support, and a filterable breakdown in the k6 Cloud app. He is joined by Mark Meier, head of Customer Success, and Nicole van der Hoeven, Developer Advocate at k6.

What's New In Loadero (November 2021)

The busy month of November full of fun times and hard work has finished and it’s time to share the updates we made to Loadero during the month. We added new media files for participant’s webcam simulation, made various performance improvements, added browsers and published the last post in our popular series about using Javascript for test automation. Here’s a list of the main updates in Loadero this month.

How to Use CSV Data Set to Configure JMeter Tests

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. In this example we are going to have a look on how to create and run a JMeter test using a CSV file for our data, and consume the data in our test from that CSV file. First, let’s open JMeter and create a new JMeter test script. Add a Thread Group Inside the Thread Group add the following.