我正在尝试为 JSF 应用程序执行测试脚本。
我已按照以下链接中的步骤操作:
wiki.apache.org/myfaces/PerformanceTestingWithJMeter
我的脚本正在浏览 5 页。问题是我可以毫无问题地加载所有 4 个页面,但是我得到一个页面的视图过期异常。
结构
线程组
|- 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)