Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Tibco 中覆盖全局变量以进行测试的最佳方法是什么?每当我启动测试仪时,我都想覆盖一些全局变量。
您可以通过高级对话框中的“-p”选项更改测试仪中的全局变量。
文件中的行应如下所示:
tibco.clientVar.<GlobalVariableGroup/GlobalVariableName>=<value>
例如
tibco.clientVar.Connection/JMS/Username=user1
请不要忘记在文件末尾放置一个空行。