Systems | Development | Analytics | API | Testing

Loadero

A Beginner's Guide To Test Automation With Javascript(Nightwatch.js). Part 3.

Welcome to the “A beginners guide to test automation with Javascript(Nightwatch.js)” blog series part 3! If you have missed out on the previous parts, make sure to read part 1: Introduction to Nightwatch.js and part 2: The most useful Nightwatch.js commands in our blog. In this article we will look at callback functions and command queue in Nightwatch.js, and as always – feel free to skip to any part you are the most interested in.

Loadero quickstart tutorial. Part 3. Adding participant groups to a test.

Part 3 of our quickstart tutorial series will guide you through the process of adding a participant group to your test in Loadero and explain how group structure can be helpful. Follow the steps described to create and configure test participant groups for your needs.

How We Prepare And Perform Load Tests

Load testing may seem like a simple task that anyone should be able to do on their own. You just have to be ready for the worst – service crashing completely. But in practice it is almost never that simple, especially with larger projects that are in more mature development stages, projects with many customers or business processes that require more bureaucracy to communicate between parties involved. Engineers from Loadero team have created load tests for different kinds of applications.

Loadero quickstart tutorial. Part 1. Creating an account and a first project.

Are you ready to start creating cloud-hosted tests for your web application? This video shows how to set up a new account and a project to handle your performance and load tests. Follow the steps described and you will be ready to start working on your first test in a matter of minutes.

What's New In Loadero (April 2021)

This month we are especially proud to announce updates that took place in Loadero recently, as we finally added another language to create test scripts, supplemented built-in fake media, and made other improvements to ease testing and make it more insightful for our users. Here is what has been added or changed during the last month.

Integrating tests to your development pipeline. Quickstart guide to Loadero API.

Sometimes using a graphical user interface isn’t enough to fulfill your daily tasks, especially when you start automating your testing routines. Imagine a scenario, when you perform a regression test on a piece of functionality every time you push a new release or merge your code to a particular branch. It would be a nightmare to manually run those tests every time, especially if your team is rather large and you’re practicing continuous delivery.

A Beginner's Guide To Test Automation With Javascript (Nightwatch.js). Part 2.

Welcome to the “A beginners guide to test automation with Javascript(Nightwatch.js)” blog series part 2! If you have missed out on the first part, you can read it here. In this article we will look into the following and as always – feel free to skip to any part you are the most interested in: Code used in this article can be found in Loadero’s public GitHub examples repository here.