Lee_M's avatar
Lee_M
Community Hero
2 years ago
Status:
New Idea

manual checkpoint in keyword test

I would like to see on option on keyword tests where you can add a manual checkpoint

 

Currently, if the users has successfully logged in I can put in a checkpoint that states "object found" or by write a code snippet

 

code snippet has:

Log.Checkpoint("User " + KeywordTests.login.Parameters.login_user + " successfully logged in")

 

 

 

I would like to get the option in a log comment - just like it is for the code (Log.Checkpoint)

1 Comment

  • sirping's avatar
    sirping
    Occasional Contributor

    Yes please. I currently use a script "Log - Checkpoint" that I made myself that just calls the Log.Checkpoint function, since in a script this is possible. I don't understand why it isn't possible in a Keyword test.