Newman integration with Postman

A postman is a tool that helped a lot of software engineers in testing APIs.

We can actually send the collections to marketing people & clients also. There is a lot we have evolved in this tool. Today I am going to show how I integrated Newman with the postman in one of my existing collections.

Lets get started

  • ​​ First you need to create a folder in your operating system.
  • Put your postman collection here – by Exporting the project from the postman.                       
Export in postman
Continue reading “Newman integration with Postman”

Part 2-API testing with rest assured.

API testing with rest assured

In continuation with my previous blog, here I will be sharing some basic rest services methods implementation like POST, GET etc.

api

REST in itself without exception has a lot to learn. It has helped the whole team of developers and QA to evolve and mobilise their work as much as possible.

By providing whole lot of the methods like GET, POST, PUT, DELETE, PATCH, etc one can traverse the whole code. Not just fetching, or updating, one can even delete then store and use one data in one and another form. Thus making a complete round of testing and development done.

Like REST java also helped in making this dynamic thing more super, lets see how.

Continue reading “Part 2-API testing with rest assured.”