Search code examples
tibcotibco-business-works

Override global variables in Tibco for testing


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.


Solution

  • You can change global Variables in the Tester via the "-p" option in the advanced dialog. 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.