Systems | Development | Analytics | API | Testing

Testing

The latest News and Information on Software Testing and related technologies.

17 Automated Testing Insights from an Industry Expert

In today's fast-paced digital landscape, software development companies face the challenge of delivering high-quality applications quickly. One solution that has gained significant traction is automated software testing. Organizations can achieve repeatability, improve time-to-release, and enhance overall software quality by leveraging automated testing tools and methodologies.

Top 3 Approaches to Manage Airline Disruptions

In winter 2022, US airlines faced an arduous test as heavy storms disrupted thousands of flights, resulting in over 17,000 cancellations or delays. Southwest Airlines, known for its unique business model and exceptional customer service, was hit the hardest, with 16,000 affected flights. Despite industry-wide losses, Southwest quickly restored normalcy within a week. However, they went beyond firefighting, committing resources to strengthen their systems and prevent future incidents.

How Xray transformed testing processes for a global leader in toll-based mobility solutions

The company is a global leader in toll-based mobility solutions and services, providing innovative and reliable solutions for customers around the world. As part of its commitment to delivering high-quality products and services, the company recognized the need to modernize its testing process and improve overall efficiency.

Unstable but Informative: Why is Flakiness Valuable Information | Cristiano Cunha |

In this insightful video, Cristiano Cunha, a seasoned software testing professional, explores the valuable information that flakiness can provide in the context of testing. Cristiano explains why flakiness, despite its challenges, holds significant value for testers. If you're a tester, or anyone involved in software quality assurance, this video offers valuable insights into the nuanced world of flakiness and the opportunities it presents for enhancing the testing process.

What Are Digital Twins? Learn About Digital Twin Software

Imagine being able to make a digital replica of one of the largest stadiums in the world, capturing everything from ceiling height to square footage. Now, imagine you could integrate that replica with real-life, predictive data. Then, you could use it to measure important details like stadium capacity, climate control, security wait times, video and audio syncing capabilities, and more. In this example, digital twin software enables events to run more smoothly and helps staff foresee and plan upgrades.

Event-Driven Architecture: Understanding its Significance for Software Development

The concept of Event-driven Architecture (EDA) has gained increasing attention in recent years. EDA is a style of software architecture that emphasizes the communication between software components via events, rather than direct invocation or method calls. In this blog post, we will delve into the concept of EDA and explore its significance in modern software development.

An Introduction to Playwright for Node.js

Test coverage plays a key role in providing bug-free experiences to users. At the same time, writing and maintaining test scripts for different web browsers is cumbersome and time-consuming. Fortunately, there is a solution! Playwright is a cutting-edge tool that makes it easy to automate modern web browsers. Through its powerful API, you can write end-to-end test scripts that run smoothly on different browsers. In this article, we'll cover: Let's dive straight in!