Tutorials and resources on how to apply test automation in software testing

Fixing Flaky Tests

April 15, 2020 0

Every test suite has them: a few tests that usually pass but sometimes mysteriously fail when run on the same code. Since they can’t be reliably replicated, they can be difficult to fix. The good news for software testing is that there is a set of usual suspects that cause these issues: test order, async code, time, sorting and randomness.

Anti-Patterns in Software Testing

April 6, 2020 0

Since the start of software development, we have always had to test our software. And over the course of several decades, the discipline of software testing has seen many best practices and patterns developed. Unfortunately however, not all practices have been good and there are also anti-patterns in software testing.

Integrating Selenium WebDriver with Java-TestNG and Cucumber

March 30, 2020 0

Both Selenium and Cucumber are popular open source test automation frameworks. In this article, Jessica Cyrus explains how to integrate Cucumber and Selenium WebDriver which allows defining automated tests in a language that could be easier to understand outside the software testing team.

Achieving Solid Mobile Testing

March 3, 2020 0

The mobile scene is growing faster than ever. Applying software testing practices to the diversity and the complexity of the mobile ecosystem is not easy. In this article, Luz Parra presents some good practices to achieve a solid mobile testing.

An Evolutionary Approach to DevOps

February 24, 2020 0

Learn in this presentation how a Chicago finance company avoided a radical shift and took a more evolutionary approach to its DevOps transformation. Kevin Harriss shares the lessons that this organization learned along the way to hopefully ease your own DevOps transformation.

Five Levels of E-commerce Automated Testing

November 19, 2019 0

We all know that test automation is a must if you hope to perform software testing on a large e-commerce project. However, there is more than one way to write tests for your software, and each has its own pros and cons.

Why AI and Machine Learning Will Redefine Software Testing

November 11, 2019 0

Artificial Intelligence (AI) and Machine Learning technologies are slowly finding a place in many aspects of digital organizations. In this article, Stella Murugesan explains to us what their impact on software testing could be. Automatic test cases creation anyone?

1 22 23 24 25 26 52