Systems | Development | Analytics | API | Testing

Latest Posts

XPath Locators Cheat Sheet For Better Testing

Use this cheat sheet to build a strategy for locating elements known as XPath. When working in web development and web testing, it can be necessary to traverse an HTML document and identify specific elements on a web page. One case in which this is particularly useful is in the development of automated UI tests. Oftentimes, automating web application testing is dependent upon programmatically locating elements on a web page and leveraging these elements to perform specific actions.

4 Challenges in Test Automation (and How to Solve Them)

Let’s take a look at some of the most common challenges that arise when QA teams begin implementing an automated testing strategy, along with tips for addressing them. If you’re like most app development and QA teams, you’ll discover that adopting automated testing requires clearing some hurdles.

Top 5 JavaScript Test Automation Frameworks in 2022

Chris Tozzi reviews the most popular JavaScript test automation frameworks and presents several things to consider as you select the best option for you and your organization. JavaScript consistently ranks as the world’s most popular programming language among developers. It should come as no surprise then that a variety of JavaScript test automation frameworks are available to help developers test JavaScript apps.

The Selenium Click Command (Including Examples)

Learn how Selenium’s click() command works to simulate mouse clicks for automated UI testing, as well as how to send a right-click mouse command. If you’re using Selenium to automate UI testing for your app, Selenium’s will become one of your most commonly used methods. It’s important to understand how the Selenium click() command works for automated testing and how to find more information and resources when your needs are more complex.

API Load Testing Tutorial

API load testing, which identifies how stable your APIs are under different workloads, is a crucial part of performance testing. In this guide you will learn what is API load testing, when to perform load testing, and more. One growing pain of increasing iterative development and shortening release cycles is a growing inability to detect and fix inefficient code – whether in the CI/CD pipeline or in production.

How to Choose Mobile Devices for Testing 2022

Learn the latest best practices for knowing which mobile devices to test on, plus our recommended devices to test on by region and business size. With the rapidly increasing popularity and complexity of mobile apps, you need to make sure your app works as intended across various device models, operating systems, and browsers.

Mobile App Test Automation Best Practices - 5 Test Cases to Automate

There are a number of things to consider when automating your mobile app tests, but first and foremost is to decide which tests should be and can be automated. This means understanding the business goals that are most important to your organization, as well as the risks you want to manage and mitigate. Mobile app testing is ultimately about managing risk, and the only way to do that is to align testing practices with the most critical business processes and goals you need to cover.

Visual Regression Testing Basics

In a world where technological advances are made on a daily basis, software products are often affected by routine updates. While updating software is necessary for all businesses, it can introduce a slew of bugs into applications and websites. If these software bugs are not thoroughly tested, validated, and fixed, they could end up costing the company a lot of money in production. User interface (UI) and visual bugs in software products are often disregarded due to the focus on functional testing.