使用JMeter测试JSF应用程序

时间:2012-11-17 14:08:31

标签: jmeter jsf-1.2 viewexpiredexception

我正在尝试为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)

0 个答案:

没有答案