DoesQA allows you to check if an address contains a specific value, helping you verify URL structures, parameters, or routing.
Additionally, a wide range of comparison types are available, including:
Has any value
Equals
Contains
Starts with
Ends with
Has no value
Doesn't equal
Doesn't contain
Doesn't start with
Doesn't end with
Is greater than
Is greater than or equal to
Is less than
Is less than or equal to
Custom regex
These comparison types provide flexibility for validating various conditions in your tests.