Forum Discussion

Adagio's avatar
Adagio
Frequent Contributor
5 years ago
Solved

Regular Expressions in the Checkpoint Properties

Hello , I'm trying to use RegEx in the checkpoint properties but I think I have syntax problems or my be not using it correctly. Here is what I'm doing:  aqObject.CheckProperty(Aliases.browser....
  • IStaroverov's avatar
    IStaroverov
    5 years ago

    Could you try:

    aqObject.CheckProperty(...., cmpMatches, "A Quantity\\n\\d+\\nB Quantity\\d+\\nC Quantity\\n\\d+")