If I want to have a variable that I replace in my script how do I do that? I specifically want one I can pass in through the command line BUT ALSO has a default. For example, let's say I want to load a web page but the path to that page may be different depending upon where the test is run. I would like to do;
http://{$SomeDomainAndPath}/ThisIsTheFile.html I could do -DSomeDomainAndPath=foo.com right? Is this the right syntax? If I want to have a default value for the 'SomeDomainAndPath' above what element would I add at the beginning of the test? Thanks, Mike

