This util will help create executable testng test from a postman collection
Given any postman collection, this util will convert it to executable java code.
input : https://www.getpostman.com/collections/xxxxxxxxxxxxxxx
output : 1 test class + 1 executable testng.xml which you can directly add into your automation suite.
Smaple Test file : WIP