Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » JMeter with RAP 2.1
JMeter with RAP 2.1 [message #1066766] Thu, 04 July 2013 09:32 Go to next message
Stefan Milchram is currently offline Stefan MilchramFriend
Messages: 33
Registered: September 2012
Member
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 08:17 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

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/
Previous Topic:In a MARKUP_ENABLED table, clicking on the link with img tag in a tag will not trigger an SWT.Select
Next Topic:RAP tools in Kepler
Goto Forum:
  


Current Time: Thu Apr 25 04:11:26 GMT 2024

Powered by FUDForum. Page generated in 0.02961 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top