You can import functions from other Software
Testing Automation Framework Execution Engine (STAX) files. To
import a STAX file into an IBM® Rational® Quality Manager environment,
use the syntax described in this topic.
Procedure
An example of the STAX path could be D:\stax\sametime\installSametime.xml.
The file to import could be D:\stax\domino\installDomino.xml. Use
the following syntax:
The value of STAXJobXMLFile is D:\stax\sametime\installSametime.xml.
The value passed as the file attribute is D:\stax\sametime\installSametime.xml/../../domino/installDomino.xml.
Note the first ../ effectively erases the filename (installSametime.xml),
the next ../ moves up a folder to D:\stax.