Forum Discussion

Rafael_Fradczyk's avatar
Rafael_Fradczyk
Occasional Contributor
9 years ago
Solved

Wildcard in Property Checkoint via keyword test

Hi there,

 

is it possible to put a wildcard in a property checkpoint via keyword testing?

I.e. I want to test a string with a variable (e.g. time):

12:43PM, lorem ispum

 

So my test would be something like:

*+",lorem ipsum"

 

It works in a script, but does it also work in keyword testing?

 

Thanks in advance.

Armin

 

  • For property checkpoint you can use a regular expression and match / no-match condition.

2 Replies

  • baxatob's avatar
    baxatob
    Community Hero

    For property checkpoint you can use a regular expression and match / no-match condition.

    • Rafael_Fradczyk's avatar
      Rafael_Fradczyk
      Occasional Contributor

      Haha I missed the forrest for the trees!

      Didn't know it was that easy.

       

      Thanks a lot!!