What is the best way to override global variables in Tibco for testing? Whenever I start a tester I would like to override some of the global variables.
You can change global Variables in the Tester via the "-p" option in the advanced dialog.
The lines in the file should look like this:
tibco.clientVar.<GlobalVariableGroup/GlobalVariableName>=<value>
e.g.
tibco.clientVar.Connection/JMS/Username=user1
Please don't forget to put an empty line at the end of the file.