i have to test pagination in our website the problem is the pagination links appears only when the user has more than 12 messages otherwise no pagination links.
- How to test this scenario
- What are the things i look for
i have to test pagination in our website the problem is the pagination links appears only when the user has more than 12 messages otherwise no pagination links.
set for 2 message your code or if you have only two question then check by 1 message and apply check in listing only one message come on one page hope it make sense
你的问题不是很清楚...
伪代码:
if(user.postcount >= 12){
displayPagination();
}
displayTheRest();