fbpx
Tag

34

Browsing

Welcome to our blog post about unlocking the full potential of Loadero beyond its Web App interface. While the Loadero Web App provides a user-friendly platform for conducting end-to-end tests with a global reach, did you know that you can also create, manage, and execute tests using the Command Line Interface (CLI)? In this blog post, we will guide you through the essential steps to harness Loadero’s CLI, including the test generator, test manager, test…

When running automated tests frequently on your website, at one point it may be essential to keep your website statistics consistent with correct visitor counts, conversions, and geo-location data. The impact of such skewed data from automation can lead to pricy mistakes for incorrect ad targeting and the business economy statistics, hence it can be important to exclude test automation from analytics data. First off, please keep in mind that if possible do not run…

One of the main targets we try to achieve with Loadero is to make load and performance testing as accessible and simple as possible. As a major step toward making the test creation easier, a whole new test builder was designed and developed, with major benefits: Intuitive test configuration flowFewer actions to get to the final resultHigher test customisability Whether you have never used Loadero before, or are an existing user that has gotten used…

In a previous blog post, we discussed how to run local tests using Python and Selenium browser automation. In this blog post, we will show you how to configure parallel test execution for a WebRTC product with one or more participants on your local machine. While being resource-limited, running parallel tests locally has several benefits, mainly faster test script development, and debugging. In addition to the previous blog post, the present aims to demonstrate a…

In today’s digital age, security has become a top priority for businesses of all sizes. With the increasing number of cyber-attacks and data breaches, ensuring that your website and applications are secure is essential. Usually, access to websites that are actively being developed or are intended for private/internal usage within an organization is restricted. A common way to do this is with custom SSL certificates. This ensures that the website won’t be publicly available. In…