Systems | Development | Analytics | API | Testing

Latest Videos

10 Things Testers Wish CIOs and CTOs Knew About Testing: Episode 9

In this new series from Sauce Labs, Marcus Merrell addresses ten things he wishes CIOs and CTOs understood about testing. In episode nine, Marcus discusses testing after code is shipped to production. Come along on this ten-episode journey to learn some best practices while Marcus dispels some myths about the testing space.

10 Things Testers Wish CIOs and CTOs Knew About Testing: Episode 8

In this new series from Sauce Labs, Marcus Merrell addresses ten things he wishes CIOs and CTOs understood about testing. In episode eight, Marcus touches on what he considers to be unreasonable test automation goals. Come along on this ten-episode journey to learn some best practices while Marcus dispels some myths about the testing space.

Low-Code Automated Web Testing Offered by Sauce Labs

Intelligent low-code systems are beginning to take hold across the software development lifecycle and Sauce Labs is excited to be helping companies along this journey. Low-code automated testing simplifies and accelerates web application testing by enabling non-technical team members to create, run, and manage tests on Sauce Labs Virtual Device Clouds. Teams can now leverage Sauce Connect to execute their low-code tests behind a firewall, removing any friction presented with knowing how to code.

10 Things Testers Wish CIOs and CTOs Knew About Testing: Episode 7

In this new series from Sauce Labs, Marcus Merrell addresses ten things he wishes CIOs and CTOs understood about testing. In episode seven, Marcus makes his case for why testers belong on your scrum teams. Come along on this ten-episode journey to learn some best practices while Marcus dispels some myths about the testing space.

The Screenplay Pattern Better Interactions for Better Automation - CTM Online

Automating interactions for tests is hard. For the past decade, the primary way to automate web UI interactions has been the Page Object Model. Unfortunately, page objects do not scale well because, by design, they allow lots of code duplication and unsafe activity. The Screenplay Pattern is a much better pattern for handling interactions. In Screenplay, Actors use Abilities to perform Interactions.