Systems | Development | Analytics | API | Testing

Testing

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

Run Espresso Tests on Sauce Labs

In this video, get a quick, 2-minute demonstration of how you can run an Espresso test against an Android app on Sauce Labs using saucectl. Using the example code, use the saucectl test runner to upload app and test file to Sauce Labs, and see how you can use the Sauce Labs platform to run tests in parallel, and share results with this quick proof-of-concept.

Agile Regression Testing: How to Do It Well

For teams following agile software development practices, regression testing is a must. Agile teams constantly make changes to live software that can introduce regressions (or, code changes that break the functionality of part of an app). Regression testing can keep teams from shipping critical bugs to production by confirming the most important parts of an app are still working every time new code is pushed.

Testing APIs is Every Bit Important as Testing the UI

What I see too often though is folks running multiple UI tests in an attempt to validate specific output values or logic. A much easier way to accomplish this task is to run specific API tests on the business logic of the software. Why should we do this? It’s much faster and easier to write these tests. We can have our developers supporting this process and not just Selenium or automation experts. 'Work smarter, not harder' is a theory we should all be familiar with.

Katalon Recorder 5.6: Smarter Test Execution with Dynamic Test Suites and Global Variables

Delivering quality at speed has become part of the quality assurance lexicon over the past few years. However, as manual work remains “unskippable” in different steps of our test cycles, the goal of running more tests in a shorter time might seem to be out of reach. Today’s article will walk you through the latest features of Katalon Recorder 5.6 and explain how they help reduce manual efforts and shorten your next test cycles.

The Bug That Never Got Reported

Some of you might have faced this situation. A critical bug made it through to your end-users, and when it explodes on social media, your paying customers start abandoning your mobile app. You feel like the sky is falling! Too late, you discover that this happened because an internal user failed to report the bug. When application performance and stability can make or break your business, how can you prevent critical bugs from reaching your end-users? Well, this is where mobile app beta testing can provide tremendous value!