Unable to find qm_ExecutionPropertiesFile ?
Selenium.properties file for JUnit Selenium adapter states the following -
" # An environment variable named "qm_ExecutionPropertiesFile" will be created in the <o:p> </o:p> # execution process and initialized to the value specified or the temporary file created. <o:p> </o:p> com.ibm.rqm.commandline.executionproperties=CREATE" <o:p> </o:p>
Succcessfully started the adapter and initiated test execution but cannot find the "qm_ExecutionPropertiesFile" file. I am trying to use the TCER's "environment" execution variable in the Selenium test script. <o:p> </o:p>
Rational Jazz Team Server <o:p> </o:p> Version: 4.0.6 <o:p> </o:p> |
One answer
Your RQM version is very old. I can not assure if following response would work on that version of RQM.
On newer RQM or ETM version - if "executionproperties" value is "CREATE" then you could search for location of qm_ExecutionPropertiesFile at your default temporary-file directory.
You could try "System.getProperty("java.io.tmpdir")" for that.
How ever, if you provide any other file name in place of CREATE then that file would be used.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.