How to attach a log file to a Test Suite Result
I have a test suite result that I use to track the execution of a set of automated test scripts.
Our automation tool is not integrated yet with RQM so the executions are done outsite of RQM but we register the result as a TS result part of a TS execution record.
I didn't find any place in the TS result that I could use to attach the log files created by our automation tool.
I appreciate any suggestion on how to do that.
Our automation tool is not integrated yet with RQM so the executions are done outsite of RQM but we register the result as a TS result part of a TS execution record.
I didn't find any place in the TS result that I could use to attach the log files created by our automation tool.
I appreciate any suggestion on how to do that.
3 answers
You could use the RQM Reportable API to create/update the test suite result (called testsuitelog) with the new execution result.