What is the best approach to consider when writing scripts in order to make sure your test passes also on other test machines?
I know one requirement is to make sure the display text is set to ‘small’ on all my test machines: http://docs.testplant.com/?q=content/managing-windows-7-magnification-settings
Is there other restrictions/requirements we can consider, so that we don’t get surprised once we migrate over the scripts to other test machines?
I was thinking of writing a ‘configuration’ script, which checks the computer settings and display settings.
Any other suggestions would be appreciated.