Hi all,
Our desktop software has multiple production servers. I have a manger asking me to create a script that logs into each of these scripts each morning to make sure they are all up and running.
The issue lies here: we are currently specifying our server under "TestApps>Command-line arguments" as a string (they are specified as a url such as http://development.website.net/server/). I'm wondering if or how I can script in this command line so I adjust this throughout a test that just calls the same method over and over to check each server.
Thanks so much.