I have inherited a bunch of recorded tests. Within the scenarios are all hard coded values. The values in question are Url, host, and path values. I am looking for a BULK way to change these values in all requests from static, hard entered values to variables. Is this possible? Thank you