Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

How to add a variable value to a Test Report?

Bakkertje
2015-12-04
2015-12-07
  • Bakkertje - 2015-12-04

    Hi All,

    How can I add some result values to a Test Report?
    With the command "TestManager.Testreport" and "AddResultInformation" can I add text. How can I add a variable value which is read with the "ReadVariable" command.

    The next software is used: Codesys V3.5 SP7 Patch 2 and Test Manager 4.0.1.1.

     
  • mkeller - 2015-12-04

    Hi Bakkertje.

    1. Configure a output parameter for ReadVariable and copy the parameter name into the field "Test script variable"
    2. Configure a input parameter for AddResultInformation and add the parameter name in curly brackets (placeholder) in your text for the test report

    BR
    Martin

     
  • Bakkertje - 2015-12-04

    Hi Martin,

    Thanks that works fine.

    What is the syntax to use a Carriage Return and Line Feed?
    I try this:

    Test project on target: {sTargetName} {\r\n}
    With a timeout setting: {iTimeout} "\r\n"
    An other line \r\n
    

    But it is all printed on the same line.

     
  • mkeller - 2015-12-07

    Hi Bakkertje.

    You can use XHTML tags for formatting. For a new line you have to use:

    BR
    Martin

     
  • Bakkertje - 2015-12-07

    Hi Martin,

    Thanks that works fine.

     

Log in to post a comment.