Finished the first version of Postman collection
I have just finished the Postman collection with automated tests of my webservice app. It consists of requests which are performing CRUD operations, however ...
I have just finished the Postman collection with automated tests of my webservice app. It consists of requests which are performing CRUD operations, however ...
It has taken a while, but I’m finally done with the simple app I needed fot testing purposes! Now I can easily run, deploy and test my own webservice appl...
Few days ago I got an idea to show how to automate API tests with Postman. However it sounds pretty obvious and not very complicated, I wanted it to be a mor...
Today I wanted to implement yet another test within my REST-Assured framework, covering the “create a new booking” scenario. That would be quite easy, having...
Finally, I’ve implemented the missing part of the RestAssuredFromScratch project. From now on it is possible to write tests which have different RequestSpec...