This week, we added to our API and ‘Find and Replace’ functionality.
API (Header Responses)
When calling an API, you can now save the headers to variables as well.
Examples:
call api "https://my-api.com/data", save it as "result" and save header "content-type" as "my_type"
call api "https://my-api.com/data", save it as "result", save header "content-type" as "my_type" and save header "date" as "my_timestamp"
Global Find and Replace
We added the ability to use our find and replace globally. If a user clicks the Find and replace
button on the homepage, it will allow them to update all instances of the specified text from any test case or reusable rule regardless of the suite where they are located.