Is there any way to record from POSTMAN/Jmeter/SOAPUI Test cases in katalon

Hi Currently our APIs are listed and testing POSTMAN/Jmeter, Instead of manual creating each API again, we would like run POSTMAN script and request and header captured by Katalon studio by proxy calls/however possible. Something works like this ??

2 Likes

actually not bad idea: Katalon have Web, Mobile recorder, only missing recorder is REST… post this to feature request and you will get my +1

you can simply run a postman test collection, grab all requests from the console, parse them with notepad++ to make them a nice csv, make a test case with a parmetrized web request, pass the test data from the csv.
job done!