fbpx
Tag

asserts

Browsing

October is over and it’s time to share the newest updates to Loadero that were made during the month. We’ve been working on adding a WebRTC metrics table for a long time, and are very happy to announce that it is available in the results reports. This update makes it very easy to find out about some of the possible issues in video calls. While this might be the most important of the news, we…

August was a month with multiple vacations in our team, but it didn’t make our work lag. Some important changes were made last month and we are glad to announce how we improved our tool recently and what you can do to make your Loadeo tests even better, more relevant and insightful. Added support for choosing audio and video feeds separately Loadero is used by many of our customers to test video calling, video conferencing…

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: Test scripts can be written in Python now We’ve been working on this for a long time and are…

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…

Sometimes you run a performance test just to make sure your application works fine for different browsers or locations. But in other cases you may know exact thresholds for some metrics, that would show that application works as expected. In these cases using assert preconditions is a clever idea that can save you time and improve your testing. Assert values often can be dependent on different circumstances, such as different CPU usage based on browser…