Our Blog

What is Selenium? Selenium is a suite of open-source tools and libraries that automates web application testing. The purpose of Selenium is to help testers run scripts on leading web browsers and platforms. Selenium at a Glance Selenium supports various programming languages such as Java, C#, Python, Ruby,...

Quality Assurance/Engineering is a rapidly growing field aimed to help achieve a high-quality standard in the software development life cycle. It incorporates not only functional and non-functional testing and automation, but also management, development, operation, and maintenance of systems and architecture. To put it bluntly,...

We just launched our April 2021 release, and it includes some really exciting new things like a new Appium generation flow, improved Test authoring with DDT, a new Crash Logs chart, and more! CHECK OUT THE RELEASE NOTES Intelligent Quality Suite updates A new way to auto-generate and...

Introduction The mobile application market has skyrocketed within the past decade. From mobile gaming to big enterprise applications, we live in a time where ‘there’s an app for that’ holds true. The Google Play store currently has roughly 3 million applications, and the Apple Store has...

Introduction The war for “best mobile application testing framework” is still raging. Looking at the market, the predominant tool is still Appium, but native frameworks like Espresso (for Android) and XCTest/XCUITest (for iOS) are beginning to gain ground for a variety of reasons. Looking for the best...

Electron is an open-source framework that is developed and maintained by GitHub. It offers a unified platform for building cross-platform desktop applications that support major operating systems like Windows, Mac, and Linux. Electron achieves this by combining Chromium and Node.js into a single runtime and...

We just released an end-of-month hot fix, and it includes some really exciting new things like the ability to inject Visual Assertions into your Appium script and a new on-demand Azure DevOps extension. Keep reading to learn more! CHECK OUT THE RELEASE NOTES Beta version: Turn your...

Continuous Integration (CI) and Continuous Delivery (CD) bridges the gap between software development and other operations by automating various processes such as building, testing, and deployment of software. In simple terms, Continuous Integration streamlines the process of continuous development of software. Looking to become an Appium...

Cypress is a modern front-end testing tool to provide a unified testing environment for web applications. In contrast to other end-to-end testing tools, Cypress does not execute remote commands through the network and executes in the same run-loop as your application. Cypress is designed to be...

The combination of using JMeter and some simple scripting to invoke Selenium code allows you to measure how fast HTML pages take to load. And with Headless browser execution, the test execution time can be reduced up to 30% and lets you continue to use...