JMeter with RAP 2.1 [message #1066766] |
Thu, 04 July 2013 05:32  |
Eclipse User |
|
|
|
Hi,
We are trying to loadtest our application with JMeter. We use the current nightly Build, according to the release notes there are no changes compared to 2.1. which should affect load-testing.
When we capture requests we see that the client adds a parameter to the request
"/<our entrypoint>?cid=fba4ea8". This identifies the ui-session within a http-session to implement the feature "Built-in Support for Multiple Browser Tabs" mentioned in the "RAP 2.1 - New and Noteworthy".
My question is now:
As it is mentioned in the RAP guide for load-testing http://wiki.eclipse.org/RAP/LoadTesting we need a "Cookie manager" to generate new http-sessions for each load-test thread. Additionally, for the cid we would need this: http://jmeter.apache.org/usermanual/build-adv-web-test-plan.html#session_url_rewriting as it represents the Uisession.
Am i correct?
Are there any plans to update the wiki-page to 2.1, can anyone do that (maybe we can share our experiences to help others)?
|
|
|
Re: JMeter with RAP 2.1 [message #1066938 is a reply to message #1066766] |
Fri, 05 July 2013 04:17  |
Eclipse User |
|
|
|
Unless you want to simulate multiple browser tabs in your load test, you
don't have to care about the cid parameter. The cid must only be unique
within an HTTPSession. Since every JMeter thread will create a separate
HttpSession, it's not a problem that all threads will use the same cid,
so you can just keep it.
The wiki is a public resource, feel free to update the page and share
your experience. If you're unsure about some detail, it would be good to
discuss it here first. Please don't delete any content that is still
relevant for RAP 1.5.
Best regards,
Ralf
--
Ralf Sternberg
Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/
Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
|
|
|
Powered by
FUDForum. Page generated in 0.56968 seconds