When capturing SCL Scripts, it will be very useful to
not have the generated SCL using hardcoded hostnames
for every single URI but automatically use string-
variables for every different host. (For all methods
using URI's like GET, POST etc.)
This is very useful for developers who run tests on
inhouse-test-systems, deploy to production machines
and then want to replay the tests on their production
machines for a final test by just changing the global
hostname sections (e.g. HOSTNAME1="xx", HOSTNAME2="xx"
etc.)
Additionally, this can be done for Port Numbers
corresponding to the hostnames, too.
e.g. PORT_1="8080"
Robert