fbpx
Author

Andris Papirats-Pfafrats

Browsing

Today we will take a look at runtime assertions while using the Javascript programming language with Nightwatch framework. This feature is very useful in various applications, but, for example, we will take a look at one of the most popular use cases for it in Loadero – using runtime assertion to wait for page load in Selenium and execute an assert after. By using runtime assertions, you minimize dependence on post-run asserts and manual log…

It is easy to test a web application using Loadero by writing a simple test script. But sometimes a more complex test is required, for example, when one participant acts as an administrator that sets up the video call room, and other participants are just joining it as attendees. In such cases the test needs to handle different test flows to achieve expected results, and different participants have to perform different actions in the same…

Load testing is very important, we have already talked about the reasons why you shouldn’t skip this part of testing. But at the same time it doesn’t have to be time consuming or complicated. In fact, you can get ready to perform load testing in Loadero in literally 15 minutes. And the good news are, you can transform your carefully designed performance test to a load test to have your website run by hundreds or…

When developing web applications, one of the important things is to provide smooth accessibility of your product to the clients. But that is not an easy task to accomplish as several factors come into play. One of them is the available network speed and stability of it. Testing your web application performance with various network types and packet loss cases is a must to make sure everything works great for the wide audience. Therefore, in…

We recognize that there are different ways to test your applications other than using Javascript (Nightwatch). Loadero users were requesting Java language for writing test scripts. Also we felt that this addition would benefit our service hugely. Therefore, we are happy to announce that Loadero now supports Java for testing by utilizing TestUI – a test automation framework by TestDevLab. TestUI is based on Appium and Selenide, two of the most powerful, all-round test automation…