Introduction Writing automation tests requires the equal mindset as writing code for a software, in most cases this rule is forgotten by many people, and they run in technical debt in the future. When writing the automation tests the main focus is to cover the functionalities that are currently developed,…
Decrease boilerplate code for API automation using Rest Assured and BDD
In today’s modern development of web and mobile application, the applications need to communicate with the backend in a secure and organized way. This can be achieved by using Application Programming Interface (API). The API is communicating with the backend through the HTTP protocol using the methods GET, POST, PUT,…