Hi,
    Say I have a test suite which hard-codes the hostname "foo" into <set name="req" ...> elements.  But today, the application moves to host "bar" yet the rest of the hard-coded URLs remain unchanged.  I have to, by-hand, change all of these hard-coded URLs to get the test code to run agains host "bar".
    I am not sure yet if I can set the value of "req" via data read from a file.  A quick example of how this would be done would be nice.  But, still, I would be forced to hand manipulate the URL in the file as well.  Wouldn't I?  Thanks again for your time.

                                  Bill