In my previous article, we learned how and why it's important to write our tests in small increments. So now you've created your automated tests, and there are quite a lot of...
The web and the mobile application development and release cycles have evolved dramatically over the past years. With the rising demand for agility, everything is about speed and...
We all are aware of the huge cultural and mindset change that swept over the software industry. There were conflicts, broken lines of communication, and disconnection between the...
GitHub Actions provide workflows for Continuous Integration (CI). They can be invoked from various triggers, but this article specifically focuses on pull requests. By running...
Start your journey to test automation success before everyone else, and make 2021 your best year ever 🚀 Whether you're just getting started or already a testing expert, you...
CI tools are revolutionizing the way we build and deploy our software, and incorporating automated test cases as part of the CI flow is an imperative step towards achieving...
In the previous articles, we discussed how we can use Pact for consumer-driven testing using JavaScript, Java and Spring Cloud. In this chapter, we will look into Consumer Driven...
What is a Nightly Build? A nightly build is a neutral build that typically takes place when no one is likely to be working in the office. In addition, there are no changes to the...