In this post we'll talk about using Cypress to run API tests. But what is Cypress? Cypress is an open sourced JavaScript-based test automation framework that is typically used for testing web applications that leverage modern JavaScript frameworks. If you're just getting started with Cypress, you might want to check …
Read MoreEver seen a Gherkin scenario that looks like this? 1Scenario: Prime customers shipping is free for Prime items 2 3Given I access URL "https://www.amazon.com" 4And I click the "Hello, Sign in" link 5And the "Sign-In" page is displayed 6When I enter email address "someprimeemailaddress@thisisfake.com" 7And I click the …
Read MoreI recently worked with an organization that was looking to make changes to their software delivery processes so they could deliver higher quality software more quickly. We used research and guidance from Google’s 2024 DORA Report to drive those changes. The goal of the report is to identify ways that technology can …
Read MoreIf you've worked in QA automation for awhile you have no doubt heard of the test pyramid. The test pyramid is a diagram used to visually depict test types, and to give some general guidelines on how many of each to create. As you can see from the pyramid, a well-rounded automated test suite should have a large number …
Read More