Systems | Development | Analytics | API | Testing

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

Empower Your Testing Team With a QA Academy

Some of the responsibilities of a team leader is to empower your team with the necessary tools and skill sets so that they can excel at what they do. According to the State of Quality Report 2024, some of the most prominent challenges QA teams face include a lack of time to ensure quality, difficulty in applying test automation, and frequent changes in requirements. Training and education is the key to overcoming such obstacles.

How To Comply with the European Accessibility Act

Complying with the European Accessibility Act (EAA) isn’t just about meeting regulations—it’s about building better products for everyone. @AmyJune Hineline and @Marcus Merrell offer key tips for achieving EAA compliance: Watch the latest episode of Test Case Scenario for practical tips on making your products accessible and compliant with the EAA.

Sauce Labs Community Office Hours - Intro to Mobile Testing with Emulators and Simulators

Office Hours: Intro to Mobile Testing with Emulators and Simulators Want to optimize your mobile testing strategy? Join us for this pre-recorded session of Sauce Labs Open Office Hours, featuring developer advocate Titus Fortner as he takes a deep dive into mobile testing using emulators and simulators on Sauce Labs. Learn the best practices for mobile test automation and how to effectively balance speed, cost, and reliability in your testing workflows.

S1.E21: Automated atomic testing | QA Therapy Podcast

In this episode, we're joined by Nikolay Advolodkin, our guest QA Therapist, to help us address symptoms like automated tests dragging on and plagued by instability, resulting in flaky executions. Did you know that with Xray, you can seamlessly adopt the atomic testing approach? By linking these tests to requirements and bringing visibility to the entire team, Xray empowers you to ensure alignment between tests and requirements while enhancing collaboration and transparency.

How to Ensure API Quality with API Testing Using Postman in 2024

Whether you’re a Software Developer, DevOps Engineer, or Quality Assurance (QA) specialist, mastering API testing with tools like Postman is essential, especially during development. API testing using Postman makes it possible to increase security, provide better user experiences, and minimize the possibility of losses through bugs or vulnerabilities.

Why Accessibility Training Deserves Equal Time in Professional Development

Accessibility training isn’t an optional add-on—it’s an essential part of professional development. @AmyJuneHineline explains why accessibility should be prioritized just like learning new programming standards: Watch the latest episode of Test Case Scenario to learn why making accessibility training a priority is crucial for all development teams.

A Complete Guide to Testing as a Service

Testing-as-a-Service (TaaS) is rapidly gaining popularity growing at a compound annual growth rate (CAGR) of 14% from 2024 to 2030. Organizations adopting TaaS report up to 30% cost savings compared to traditional in-house testing. Testlio October 5th, 2024 Discover Outsourced Testing Best Practices Engineers and product managers face the challenge of balancing speed, quality, and cost in software testing as technology continues to evolve rapidly.

Stop Using TCP Health Checks for Kubernetes Applications

As developers, one of the most important things we can consider when designing and building applications is the ability to know if our application is running in an ideal operating condition, or said another way: the ability to know whether or not your application is healthy. This is particularly important when deploying your application to Kubernetes. Kubernetes has the concept of container probes that, when used, can help ensure the health and availability of your application.

Kubernetes Load Testing: How JMeter and Speedscale Compare

At some point, your development team may be considering implementing load testing (also known as stress testing) as part of your software testing process. Load testing validates that your web app is able to withstand a large number of simultaneous users, decreasing the chance that any traffic spikes will bring down your services once deployed. These stress tests can be highly granular, giving you the opportunity to test run virtually unlimited strategies before they are set into the wild.

How to Calculate TPS in Performance Testing: A Kubernetes Guide

Transactions-per-Second (TPS) is a valuable metric for evaluating system performance and is particularly relevant for engineers overseeing Kubernetes environments.TPS, alongside average response time, provides critical insights into system performance during load testing. This post covers two approaches to calculating TPS; a manual approach applicable in all environments, and an automatic Kubernetes-specific solution using production traffic replication.