I want to do api testing using any one of this tool. I need to run the test scripts whenever new collection has been given. So if i run my test in Postman, i need to add test scripts manually every time i get new collections. Guide me is there any alternate solutions to reuse my test scripts in postman or which one is best either Katalon Studio or postman..
2 upvotes·59.9K views
Replies (1)
Recommends
Swagger Codegen
Swagger can help you for that which will generate api documentation.
Postman is good for manual testing. Katalon Studio is good for automation api testing.
1 upvote·2.2K views