infomaven
11 years agoOccasional Contributor
Do any SOAPUI tools (free or paid) support HAR format?
Hi, I just learned about a cool format for capturing and saving http traffic that was captured using HttpMonitor tools (like Fiddler, Charles or Chrome/Firefox Dev tools ).
It's called *HAR* format (http archive recording), and when loaded into a HAR-enabled tool, you can replay your entire web session for troubleshooting, analysis or reporting.
The recording is a sequence of JSON objects describing headers, metadata and payload of requests and headers + status code for responses.
headers returned by the server (response body can be captured if you add extra steps).
Does SOAPUI have any kind of feature that would enable me to import a HAR file and convert it into soapui test steps?
This would be great productivity booster.
It's called *HAR* format (http archive recording), and when loaded into a HAR-enabled tool, you can replay your entire web session for troubleshooting, analysis or reporting.
The recording is a sequence of JSON objects describing headers, metadata and payload of requests and headers + status code for responses.
headers returned by the server (response body can be captured if you add extra steps).
Does SOAPUI have any kind of feature that would enable me to import a HAR file and convert it into soapui test steps?
This would be great productivity booster.