Forum Discussion

dagb60bear's avatar
dagb60bear
Occasional Contributor
5 years ago

Reporting and automation

I am looking at solutions for reporting.  I need to import my test complete checkpoint pass fail results into an existing word .docx format.   I only need to filter out the pass/fail checkpoints and import into the word document.  We are trying to automate our test reporting process.  

6 Replies

  • LinoTadros's avatar
    LinoTadros
    Community Hero

    Implement Events like OnLogError and OnLogMessage and others... to directly report the status of the test to a Word Document using COM Automation "Sys.OleObject(Word.Application")"

    From there you can create a document and write to it from your events directly.

     

    Hope that helps

    -Lino