Forum Discussion

snigam's avatar
snigam
Occasional Contributor
2 years ago
Solved

How to handle '↵↵' character in property checkpoint

 I am using Excel as the data source to compare the field text. I have copied the exact same data from the text field to Excel for comparison. Still, the property checkpoint is failing, as the actual...
  • snigam's avatar
    2 years ago

    Thank you, everyone. I have tried all your suggestions and wasn't able to have success. However, I have found another workaround using which I can assert the full text including paragraphs without running into any hidden characters issues.

    I am saving the object text to a variable and then using the IF condition to assert it against the Excel value. When a match is found I am logging the checkpoints (log.Checkpoint()) else error (log.error()).