How many times have you started project for automation tests, and at the end end-up spending more time maintaining the automation tests, instead increasing the coverage? How many times have you ended having duplicate code in multiple classes? How many times have you had issues with the automation tests because…
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,…