Hello Michele, I have used few ADF specifc regex extractors in my test plan: adf.ctrl-state, afrLoop, afrWindowId, javax.faces.ViewState and jsessionId (as suggested in http://chrismuir.sys-con.com/node/1367682). Also, I am recording test plan using http proxy server.
Can you please send your test plan, I might be missing some regex. Your test plan can help me analyse the issue. Thanks & Regards, Milan On Wed, Nov 9, 2011 at 1:53 PM, Michele Mase' <[email protected]>wrote: > I've done a load test on a webapp developed using ADF; normally you > shouldn't use the jsessionid value in the uri part; the cookie manager in > enough; adf uses a lot of internal variables that you should use for the > next post|get; if it could be useful I can send my test plan; there are > tons of regex extractors. > I suggest You to record the plan test using http proxy server plus view > result tree listener; you should add the same listener to your test plan > and compare the differences between the requests and the responses you can > see in the two listeners. > > On Wed, Nov 9, 2011 at 8:57 AM, Milan Shah <[email protected]> wrote: > > > Structure of test plan: > > > > + Test Plan > > + Thread Group > > HTTP Cookie Manager > > User Defined Variables > > Regular Expression Extractors for ADF variables > > Listeners > > + Simple Controller > > HTTP Request > > HTTP Request > > + Assertion > > + Simple Controller > > HTTP Request > > HTTP Request > > + Assertion > > + Simple Controller > > HTTP Request > > HTTP Request > > + Assertion > > > > Regards, > > Milan > > > > On Tue, Nov 8, 2011 at 8:38 PM, Adrian Speteanu <[email protected]> > > wrote: > > > > > hi, > > > > > > first of all: the response you talk about sounds like your test > doesn't > > > keep the sessions correctly, so changing memory management or the > > behaviour > > > of a listener (the results tree) won't/migth not help. suggestion: can > > you > > > add a structure of your test plan so that people here understand better > > > what is your confronting? something like: > > > thread group > > > + config element > > > + controller > > > + sampler > > > + assertion > > > + sampler > > > + listener > > > > > > > > > On Tue, Nov 8, 2011 at 4:41 PM, mshah <[email protected]> wrote: > > > > > > > We are using JMeter for performance testing of the application > > developed > > > > using > > > > Oracle ADF 11g. > > > > > > > > In JMeter, for any request having image (jpg or png) in the response, > > at > > > > the > > > > time of playback of the script, proper response with the image is > > > > displayed. > > > > But, after that request, the response for all subsequent requests are > > > > getting > > > > failed with error message as > > > > "Because of inactivity, your session has timed out and is no longer > > > > active. The > > > > page will automatically be reloaded in 10 seconds; if not, click > here." > > > > > > > > We observed that when we disable the request having image, the script > > is > > > > working fine without any issues (all subsequent requests pass > > > > successfully). > > > > So, the response time observed is without images. > > > > > > > > Please suggest suitable solution or workaround, so that we can keep > > > images > > > > enabled and can observe proper response time of the transaction. > > > > > > > > We have already explored multiple options in JMeter to solve this > > > problem, > > > > but > > > > could not find any satisfactory solution: > > > > • Changed HEAP values in jmeter.bat file to instruct JVM to use more > > > memory > > > > • Set maximum Timeouts in HTTP request for connect and response > > > parameters > > > > • Disabled image size check limit by editing > view.results.tree.max_size > > > in > > > > jmeter.properties file > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [email protected] > > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > > >
