Issue with JMeter Test on Multi-Page Quizzes in Sakai 23 & 25

18 views
Skip to first unread message

Swetha K J

unread,
Jul 16, 2025, 8:29:43 AMJul 16
to Sakai Development, rajame...@gmail.co

Hi team,

I’m using JMeter to simulate users attending Tests and Quizzes in Sakai 23 and 25. I’ve recorded a quiz attempt and set up a CSV file to pass user credentials. The script works properly when all quiz questions are displayed on a single page, but fails to proceed beyond the first question when the quiz is split across multiple pages

I’ve tried the following:

  • Extracting and passing javax.faces.ViewState and takeAssessmentForm:lastSubmittedDate1 using Regular Expression Extractors:

            <input type="hidden" name="javax\.faces\.ViewState" id="javax\.faces\.ViewState"                 value="([^"]+)".*/>

          <input id="takeAssessmentForm:lastSubmittedDate1" type="hidden"
          name="takeAssessmentForm:lastSubmittedDate1" value="([^"]+)".*/>

  • Using Cookie Manager and passing hidden form values and session tokens dynamically.

Still, the script stops after the first question.

Has anyone successfully recorded Next and Previous actions in multi-page quizzes using JMeter or any other tool on any version of Sakai?Are there any known session or form token constraints that could block navigation?

Any guidance would be appreciated.

Thanks,
Swetha K J



Reply all
Reply to author
Forward
0 new messages