Can you set the weight distribution of a test result from a command line execution?
Accepted answer
Command line adapter does not support providing weight distribution to use that information while creating Testcase result. Please submit a request if this is something of high importance for you. RQM New Defect
Comments
Thanks for the info Pramod. For anyone who is searching for a similar solution, I have opened Enhancement 74365
One other answer
Unrelated, there is an interesting jazz.net article titled 'Integrating your test tools with IBM Rational Quality Manager using the command-line adapter'.
Comments
Paul, thanks for the answer. I am sorry if I was not clear in my original question, but I am looking for a way to set the weight distribution from my test script as a part of its execution. I am familiar with the reportable api, but unfortunately I cannot use it for this since the adapter does not create the test execution result until after execution is completed. As such, the URL to which I would need to PUT the XML data does not exist during the execution. We are using the integration discussed in your second link and I was hoping that there was some way of updating the weight values using those property files, but it appears that this may not be supported. I wanted to double check and make sure that no one else knew of a way to do what I am looking to do before opening a feature request to either add support for specifying result information via the existing command line integration, or for the command line adapter to create the result at the start of the execution.