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 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