-2

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.

  1. How to test this scenario
  2. What are the things i look for
4

2 回答 2

-1

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

于 2013-08-19T09:35:04.043 回答
-1

你的问题不是很清楚...

伪代码:

if(user.postcount >= 12){
    displayPagination();
}
displayTheRest();
于 2013-08-19T09:29:49.587 回答