Forum Discussion

olosunsira12's avatar
olosunsira12
Occasional Contributor
4 years ago
Solved

Checkpoint on web testing

Hello!

 

Context:

 

- hotels booking webpage

 

Action:

 

I want to check if the first item after doing a search has more than 3 stars.

 

Should I do this using checkpoints? which one? if not, what should I use to check this?

 

Thank you guys!

2 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    You can use a Property Checkpoint on this.  The specifics will depend on what the object spy is showing for how the stars are stored, but it may be as simple as picking that object for your first field and comparing it to '3'.  Try it and see what happens.