http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor
Regards, Applications QA Analyst Information Technology Services (ITS),The University of Auckland, New Zealand|Te Whare Wananga o Tamaki makaurau, Aotearoa,T: +64 9 923 5264 :: [email protected] 1883-2008: Celebrating 125 Years “Om Sakti Amman Vinayaka Muruga Sastha Tunai” Please consider the environment before printing this email -----Original Message----- From: Deepak Shetty [mailto:[email protected]] Sent: Wednesday, March 10, 2010 5:39 PM To: JMeter Users List Subject: Re: Questions on Capacity and Limitations of JMeter Importance: High >Do you mean you may have to create a separated script for each request even though.. No you record a script with all the requests. However request2 may need some data from Response 1 (e.g. lets say shopping cart id is set in Request - Response 1 . ) If you record the script , request2 will have the data as recorded. You must tweak the script to extract the shopping cart id from response1 and pass it to request2. The session is usually based on a session id either in url or in cookie,, both of which Jmeter supports. >JavaScript may involved in processing response data and calculating the new >request data based on the previous response, and even submitting the new >request. Submission of the new request isnt a problem. However calculating the new request data will have to be recoded in JMeter (usually using beanshell or Java). You can even execute javascript using the javascript functions from Jmeter or using BSF, however you have to recreate the code. JMeter does not execute the javascript returned in the response. regards deepak On Tue, Mar 9, 2010 at 8:32 PM, JIM B. <[email protected]> wrote: > > > >>...record /replay is overrated because the replay wont work > >>because of dynamic data. You almost always need to tweak the script. > > Do you mean you may have to create a separated script for each request even > though > they are part of a session? > > >> Im not sure what you mean by javascript being used to process session > >> data. > > JavaScript may involved in processing response data and calculating the new > request data based on the previous response, and even submitting the new > request. > > > > > > JIM B. wrote: > > > > I'm new to JMeter and in the process to select a load testing tool. > > > > I got a requirement to load test a website running in a cluster of two > > Window 2008 servers. > > The website was built upon Microsoft technologies. > > > > The load test tool must be able to generate 1,000 concurrent users. Can > > JMeter do it? > > > > Can a good laptop submit 1,000 HTTP requests in a short period (< 1 > > minute) using JMeter? What is the max HTTP requests can be submitted > > within one second with JMeter? > > > > Is there any limitations on concurrent HTTP sessions on JMeter? > > > > Can we test long lasting HTTP session with multiple request/response > > (e.g., Login, AddToShopingCart, CheckOut, SubmitPayment, Confirmation, > > ...) with JMeter automatically? > > What if Javascript and AJAX are used to process session data? > > > > Is there any bottleneck due to the client computer where JMeter is > > running? > > > > Can we use multiple laptops at different locations (different IPs) to > > concurrently load test > > the same website with JMeter? > > > > Any suggestions on client computers? > > > > Anything that commercial load test tools (e.g., LoadRunner) can do, but > > JMeter? > > > > -- > View this message in context: > http://old.nabble.com/Questions-on-Capacity-and-Limitations-of-JMeter-tp27844939p27845470.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

