I know you can change the properties using Ant by saying: <property name="[property_name]" value="[desired_property_value]"/> Our company uses a few test servers as well as the live site, so I would like the person running the test scripts to be able to specify the server they want to test on the command line when they run the Ant build file. My question is, what is the name of the property for the Server Name or IP for http requests? Or even better yet, so I can use this for other variables, is there a way to set a variable I have defined? Currently in the test plan I have a variable called host that defines the server I want to hit and every request uses that value. If there is a way to define that variable from that command line that would be awesome.
Thanks, Travis J. Cooper

