Forum Discussion

satyamreddy's avatar
satyamreddy
New Contributor
2 years ago
Solved

Log.Checkpoint is not showing in Test Logs

Hi All,

I have below the script which is posting Log messages before and after the Aliases statement. But in the Test log there are only before Aliases statement messages but not after Aliases messages. PFB for the screenshots.

Application Type: Desktop Application

 

Script:-

 

Test Log:-

 

 

Can anyone help me to get the checkpoint messages to the Test log even after 'Aliases' statement executed?

 

Thanks in Advance.

 

Regards,
Satya

  • Yes, both messages are showing in the log when commented the Aliase line.

    But, the problem got resolved with recreating the project suite.

    Thank you for your suggestions to try to resolve this issue.


    Regards,
    Satya

4 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    Try putting Debug on and stepping through this function and let's see where the flow actually goes.

    • satyamreddy's avatar
      satyamreddy
      New Contributor
      Yes, I have tried debugging and it was executed without any issues but the
      log message won't be displayed.
      • Marsha_R's avatar
        Marsha_R
        Champion Level 3

        If you comment out the "Aliases" line, do the before and after messages both show in the log?