Forum Discussion

salley's avatar
salley
Frequent Contributor
7 years ago

how to display pass mark when the iteration passes

Hello,

I'm running a test with multiple iterations and each iteration is running with its own data. so when an iteration fails it displays X mark but doesn't display a Pass mark when it passes. is there something that i'm not doing right,, pls see attached screen shot, Iteration 02 is a Pass Test

2 Replies

  • NisHera's avatar
    NisHera
    Valued Contributor

    You have to use Log.Checkpoint instead of Log.Message

    please read this

    • salley's avatar
      salley
      Frequent Contributor
      Hi, I know what you saying, and using log.checkpoint inside the iteration where ever needed. I am using log.appendfolder "name of the iteration" before the test starts , so not sure why it doesn't show if it passes but does when the iteration fails.
      Thanks