Systems | Development | Analytics | API | Testing

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

Asking Developers to Do QA Is Broken. Here's Why We Built a Product to Let Anyone Own QA.

Many software companies have no formal quality assurance strategy, and those that do take one of two inherently flawed approaches: Either they (a) ask developers to do QA or (b) delegate QA to a siloed team, whether it’s internal or outsourced. Having been in the QA space for a decade, we’ve learned that both approaches are deeply flawed.

Parallel Testing vs. Traditional Testing | All You Need To Know

It is no surprise that the integration of digital technology into all areas of business operations is creating a high demand for software. To increase the effectiveness of their operations, enterprises rely more heavily on software, which means that software is now more complex, and there is little tolerance for failure. To ensure software readiness meet business demands, available testing technologies validate software to verify it does what it is supposed to do.

Performance, Stress, and Load Tests in Rails

Tests are an integral part of most well-working Rails applications where maintenance isn’t a nightmare and new features are consistently added, or existing ones are improved. Unfortunately, for many applications, a production environment is where they are put under heavy workload or significant traffic for the first time. This is understandable as such tests are costly.

A guide to write your tests for your Android apps

Learn how to write your tests for your Android applications! In this series of articles, you will learn how to do testing on your Android app and libraries. We will give you the most valuable and critical knowledge about testing and finding the issues in your app, and showcase how to write your test cases and how to run them in CI.