fbpx
Tag

web testing

Browsing

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…

CPaaS (Communications Platform as a Service) is a cloud-based platform that enables developers to provide and improve real-time communications channels in their own application, by getting access to video, voice and messaging API’s without building their own back-end infrastructure, etc. With the growing demand for online communication, there has been a noticeable increase in platforms to provide just that. With such service comes high expectations in quality and usability to become the best! We hear…

Callback functions and command queue in Nightwatch.js 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…

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…

How to write a script in Nightwatch.js 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: The most useful Nightwatch.js commands:.url().waitForElement…().click().setValue().pause().saveScreenshot() / .takeScreenshot().perform()The final script Code used in this…