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...
Selenium is the leading open source solution for web test automation, and according to our recent State of Open Source Testing Survey, Selenium is without a doubt the king of the...
Building microservices isn’t merely breaking up a monolithic software application into a collection of smaller services. When shifting to microservices, there are...
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...
API is the acronym for Application Programming Interface. It is a set of rules that allow programs to talk to each other. APIs are used to aid server-client...
Imagine you were chosen to join a project which is very mature and full of senior developers. You’ve heard that your company is proud of it. You are well informed that this...
At TestProject we strive to use the most up-to-date best practices, and as part of an upgrade for some components and workflows in our infrastructure, we are partially shifting...
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...