Key words to use for pagination

Hello! Could you please let me know the keywords/scripts in katalon for Pagination functionality?

 

 

Hi Ambika,

My suggestion for your scenario is that use an iteration (in which I assume that you have already known how to verify the results per page):

while (Next button is clickable) {

verify that the number of results per page is 10 (test fails if the number is not 10)

click Next

}

Hope it will help.

Thanks Hung, Sure - I am developing the test automation scripts for the web application.

Scenario is to validate

Search for any saved text
verify that the results per page is 10 (count)
Some text may have multiple pages, so I need to validate on each page results table has only 10 rows.

Please let me know if you need further clarification. I appreciate time taking for this!

Hi Ambika,

Could you please describe your test scenario so that we can get your problem and solve it for you?

Thanks.