fbpx
Tag

how to

Browsing

The last thing a business wants is to be known as an unreliable and poorly performing service, especially if there are similar solutions a few clicks away. So being aware of the performance of a WebRTC application or any other software solution is a must to avoid issues in the future. A solution can be developed by experienced people and tested before it is released, but even so it doesn’t mean performance degradations will never…

There are cases in performance and load tests, when during test execution it’s required to upload a file. If your website allows users to upload files, for example account avatar or any other type, file upload testing is absolutely necessary to test the bounds of this functionality. This testing task may be tricky, as file upload utilizes the native file system prompt to select the desired file with which automated testing frameworks can’t interact. Today…

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…

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…