pavak
10 years agoOccasional Contributor
test Search by keyword functionality
I need to test "Search by keyword" functionality. Can someone please help me with that.
Ex: If I search by keyword "abc", i am expecting "abc" in response for 10 times by default.(which we can change it to 100)
Please let me know if you need any other information.
Appreciate it.
- Pavak Shah
- Ok, you can try xpath assertion something like:
xpath expression as count(//subtag4[contains(.,'abc')]) and provide the expected value