End-To-End Testing: Mistakes to Avoid

As we explained in a previous post, where we explained What End-2-End Testing is, we described End-to-end tests as a frequent type of automated testing used to ensure that your websites work properly (sometimes called e2e tests). Remember we pointed out that these tests mimic the steps that a typical user would do while accessing your application using… Continue reading End-To-End Testing: Mistakes to Avoid

How to Eliminate Flaky CI Builds in 3 steps

Needless to say that flaky builds reduce productivity and reduce the value of your tests and those unreliable builds are dangerous to all developers. A successful DevOps testing plan for most businesses begins with implementing the agile best practice of Continuous Integration (CI), According to a Survey of Flaky Tests, co-published by researchers at UK and USA universities in October 2021, shown… Continue reading How to Eliminate Flaky CI Builds in 3 steps

Maintaining End-to-End Testing using Cypress with TestQuality

When you’re in the early stages of launching a startup, rapid iteration and determining product-market fit should be your top priorities. Unless you know exactly what you need to build, you should write code quickly only to discard it later. Working on test automation doesn’t really fit in at this early stage. However, as you develop your… Continue reading Maintaining End-to-End Testing using Cypress with TestQuality