jsf - Testing xPage application using jMeter -
does know how stress testing xpage application using jmeter?
i tried find parallel jsf test , ice faces (http://tol8.blogspot.com/2010/12/load-andor-stress-test-of-icefaces-web.html), without success.
i don't know variables should declared regular expression extractor.
i have used recording controller that's not enough.
here example parameters post:
path:
${path}?$$ajaxid=view%3a_id1%3a_id3%3acallbackinfo%3atabpanel1%3a_id47%3apanelresultupdate
parameters (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
thanks.
the post parameter need extract on first request $$viewid. give ability access right component tree in following request.
of course should make sure http cookie manager in right place (otherwise wont able keep servlet , notes sessions)
it worked me 2 things in mind should able run stress tests.
Comments
Post a Comment