使用jMeter测试xPage应用程序

时间:2013-04-18 12:56:53

标签: jsf testing xpages jmeter icefaces

有人知道如何使用jMeter对xPage应用程序进行压力测试吗?

我试图找到与JSF测试和ICE面孔(http://tol8.blogspot.com/2010/12/load-andor-stress-test-of-icefaces-web.html)的并行,但没有成功。

我不知道应该将哪些变量声明为正则表达式提取器。

我使用过录音控制器但这还不够。

以下是我发布的示例参数:

  • 路径:

    ${path}?$$ajaxid=view%3A_id1%3A_id3%3AcallbackInfo%3AtabPanel1%3A_id47%3ApanelResultUpdate
    
  • 参数(name / value / encode / incluse equals):

    view:_id1:_id3:callbackInfo:tabPanel1:_id47:txtIDClient     true    true       
    view:_id1:_id3:callbackInfo:tabPanel1:_id47:txtCompanyName      true    true    
    view:_id1:_id3:callbackInfo:tabPanel1:_id47:inputText1      true    true    
    view:_id1:_id3:callbackInfo:tabPanel1:_id47:rbState 1   true    true       
    view:_id1:_id3:callbackInfo:tabPanel1:_id47:inputHiddenKeyPress     true    true
    $$viewid    !dgb336swku!    true    true
    $$xspsubmitid   view:_id1:_id3:callbackInfo:tabPanel1:_id47:eventHandler1   true    true
    $$xspexecid     true    true    $$xspsubmitvalue        true    true
    $$xspsubmitscroll   0|0 true    true    
    view:_id1   view:_id1   true    true
    

感谢。

1 个答案:

答案 0 :(得分:1)

您需要在第一次请求时提取的唯一post参数是$$ viewid。这将使您能够在以下请求中访问正确的组件树。

当然你应该确保HTTP cookie管理器在正确的位置(否则你将无法保留servlet和注释会话)

这对我有用,所以记住这两件事你应该能够进行压力测试。