When we say technical skills, many of us think about test automation and coding. But those are not the only skills testers should have. And even testers who don't write code at...
When we think about exploratory tests, a frontend application comes to mind with several fields to fill in and buttons to click on, where we can explore in several different ways....
Postman is one of the popular API testing tools in the market. In this article, I will share some tips and tricks for automation using Postman. If you'd like to learn the basics...
Nowadays, big MNCs like Amazon, Google, and Netflix have been using microservices architecture to meet their business needs. In addition, debates about microservices vs. monoliths...
In this article, we will learn how to perform REST API automation by using Rest Assured, and understand some terms & terminologies related to API testing. First, let's start...
Many software testers may perceive that the software testing landscape is changing. More and more testing positions are requiring you to have coding abilities. The software...
In the previous article from the series we discussed the Fluent Interface design pattern and achieve maximum API usability. It is implemented through method chaining (method...
In this tutorial, we'll discuss a strategy to create more maintainable and readable page object models in Selenium WebDriver tests. We will use the Fluent Interface design pattern...