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...
The software industry is trending toward integration tests for their ability to provide code confidence. However, they are tedious to set up and external influences — a...
APIs are an important interface in the modern computing world, where an increasing amount of applications and sites are hosted on online cloud platforms. APIs allow for...
After a long weekend, our Spooky API Testing Challenge has come to an end 🎃 Thank you very much to everyone who took an active part in this challenge, we loved reading through...
In the previous chapter, we learned the core components to test in GraphQL and different tools to assist in testing GraphQL APIs. As much as functional testing of API is...
The internet is increasingly built on APIs. In a world where more and more sites and applications are hosted on cloud platforms, APIs become the glue that holds everything...
If you're like many companies out there, API's (Application Programming Interface) are becoming a frequent topic of conversation, if they weren't being talked about constantly...