Check Count
Compare how many Elements match a selector.
Check Count compares how many Elements match the selector against what you expect. Use it for lists, tables, and repeating UI blocks.

When to use it
Confirm a search returned the expected number of results.
Verify a cart or list grew or shrank after an add or remove action.
Use
greaterThanOrEqualwhen you only need to prove at least one match exists.
Configure
Basics
Field
What to set
Element
The Element whose matches to count
Comparison Type
Comparison Type (greaterThanOrEqual by default)
Value
Expected count as text and/or a Value
Advanced
Field
What to set
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Value Standardization
Related
Tags: check, count, test, expect, assert, element, total
Last updated