Thanks Sebb for your prompt response. Yes, I want to test the load on my Webserver by getting the JMeter to emulate. Yes, the device requests are standard HTTP requests. Infact this is an existing project.
Thank you again. Ganga sebb-2-2 wrote: > > On 23/06/2008, gangadhar p <[EMAIL PROTECTED]> wrote: >> >> Hi >> >> My application is a kind of communication between a device & a Web >> server. >> 1st the device sends a request to the webserver (and keeps track of the >> time >> of request, Requested time) >> the device receives the response from the Web server (and keeps track of >> the >> Received time) >> and the device again sends another request to the Web server with three >> parameters (the Requested time (see above), the Received time (see >> above), >> and the current time) for a kind of confirmation. >> >> Can this type of testing be done using JMeter? > > I assume you want to test the Webserver by getting JMeter to emulate > what the device does? Is that correct? If not, then you need to look > elsewhere. > > If so, then provided that the device requests are standard HTTP > request then it should be possible to do this using JMeter without > needing to write any code. > > However, if the device requests are non-standard, then you will need > to write some code to implement the appropriate sampler. > >> Can the variables be maintained in memory through JMeter? > > Yes, see: > > http://jakarta.apache.org/jmeter/usermanual/test_plan.html#properties > and > http://jakarta.apache.org/jmeter/usermanual/functions.html > >> Or any other suggestion? >> >> I appreciate for your help. >> Thanks a lot in advance. >> >> -- >> View this message in context: >> http://www.nabble.com/Does-JMeter-support-any-kind-of-additional-scripting-coding--tp18078285p18078285.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] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Does-JMeter-support-any-kind-of-additional-scripting-coding--tp18078285p18082030.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]

