Author Topic: Required int parameter 'pq_curpage' is not present  (Read 3320 times)

alandman

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 6
    • View Profile
Required int parameter 'pq_curpage' is not present
« on: May 18, 2016, 07:39:08 pm »
I am integrating Infinite Scrolling demo code (v3.2) and mostly it works, however I have problem when we do load test
The error and my code attached.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Required int parameter 'pq_curpage' is not present
« Reply #1 on: May 19, 2016, 06:18:52 pm »
That's little information to find the cause of issue.

Client side js applications run independent of each other in separate browsers and are not affected by number of users ( load testing )

Could you please do bit debugging and find out the stack trace & steps required to reproduce the issue on client side.

alandman

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Required int parameter 'pq_curpage' is not present
« Reply #2 on: May 19, 2016, 06:24:26 pm »
I can't reproduce it. Only when we do the LoadRunner performance test.
It might related to the way the LoadRunner creates requests, but I am not sure. Did you heard about any similar issue in the past?