Systems | Development | Analytics | API | Testing

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

Localization Testing Best Practices

Did you know that users worldwide downloaded approximately 77 billion mobile apps in 2023? With the rise of global digital markets and a growing smartphone user base, making your app stand out requires more than great functionality. It demands cultural relevance and linguistic accuracy. Global app developers must ensure their app is accessible to all types of users regardless of language and location. However, successfully adapting a product to a different language and locale can be challenging.

21 Essential QA Statistics For DevOps

In the fast-paced world of software development, quality assurance (QA) and DevOps are crucial for delivering reliable and high-performing applications. This article covers 21 essential QA statistics highlighting the importance of DevOps testing. The software testing industry now exceeds $45 billion, reflecting its critical role. Key trends include continuous testing, automation, and advanced tools. These statistics showcase the practices that enhance software development.

Tricentis acquires AI-powered quality intelligence platform SeaLights

I’m excited to announce that Tricentis has acquired SeaLights, a SaaS-based, AI-powered software quality intelligence platform. This acquisition extends Tricentis’ quality intelligence capabilities to deliver unparalleled visibility and insights throughout the CI/CD pipeline for a wide array of applications and environments, including Java, JavaScript, C#, .Net Core, and more.

How To Write Selenium Test Cases? A Detailed Guide

Selenium is widely loved by web testers around the world thanks to its versatility and simplicity. Testing with Selenium is quite straightforward, which is why it is commonly used for people who want to go from manual to automation testing. In this article, we will show you how to write Selenium test cases the right way.

What is Accessibility in Software?

Code and human connection go hand-in-hand. In this episode, we dive deep into the ever-evolving world of accessibility testing in web and software development. Whether you're a seasoned dev or just getting started, accessibility is your guide to creating inclusive spaces for global collaboration. But where do you start? And why does it even matter? Rachael Yomtoob, Product Owner of axe DevTools Mobile at Deque Systems, Inc., shares how to weave accessibility into your development process.

Opening the Door to Security Risk

Pushing your code to production without testing? You might want to think twice. In this episode, Bobby Dorlus, founder and CEO of #TheTechHustle, shares the importance of test automation, site reliability engineering, and his advocacy of diversity within the industry. Tune in as Jason and Bobby analyze the stats and real-life debacles that happen when testing gets skipped, as well as those who should be responsible for testing. Spoiler alert—it’s not just the developers.

JMeter ecosystem for your Performance test through docker-compose, monitor, and mock your services

If you'd like to carry out load tests in a simple way, benefit from a simplified configuration with a focus on writing your test plan and its test typology, have the opportunity to monitor through detailed dashboards, store your metrics, and also mock one or several services: you are at the right place! With this kind of configuration you will be able to make shift-left performance testing as well!

Exploring the Node.js Native Test Runner

The inclusion of a stable test runner in Node.js(version 18+) has generated significant debate in the community, given the abundance of established third-party testing frameworks. While its arrival naturally sparks comparisons to existing tools, this article won't focus on justifying its place in the ecosystem. Instead, we'll embark on a hands-on exploration of the test runner's core capabilities, from writing and executing tests to organization and customization features.