I am a trying to execute a test script for a JSF application.
I have followed the steps in from the below link:
wiki.apache.org/myfaces/PerformanceTestingWithJMeter
My script is navigating through 5 pages. The issue is i am able load all the 4 pages without any issue, but i am getting view expired exception for one page.
Structure
Thread Group
|- HTTP Cache Manager
|- HTTP Cookie Manager
|- HTTP Header Manager
|- Once Only controller (Login)
|- HTTP Request(Login page)
|- Regular Expression Extractor (For the view ID)
|- Recording Controller
|- HTTP Request (Page 1.faces)
|- Recording Controller
|- HTTP Request (Page 2.faces)
|- Recording Controller
|- HTTP Request (Page 3.faces) -> Getting Error for this page and the response is blank.
|- HTTP Request (Page 4.faces)
|- Recording Controller
|- HTTP Request (Page 5.faces)