Prakash: > > Each row has got an ID(which is a link). > > On clicking the clicking the ID link in applet, it should show me the > > details page. > > > > Since most of our work depends on applets, Is there any way to capture > > the link the Applets.
The simplest approach is what Craig suggested - a custom Java sampler that mimics the applet behavior. (The stuff below is a bit out there...) Since applets are Java class files, could they be made to run within a custom Java Sampler? Perhaps java.awt.robot could be used to generate AWT clicks. Don't know if it is possible to run this way in a non-GUI mode though. With regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED] > -----Original Message----- > From: Michael Stover [mailto:[EMAIL PROTECTED] > Sent: Thursday, 12 August 2004 11:05 AM > To: JMeter Users List > Subject: RE: Will Jmeter Support Applets > > JMeter will happily download the bytes of an applet, but it's not going > to run the applet or have any idea what those bytes represent. > > -Mike > > On Wed, 2004-08-11 at 20:40, Craig Palmer wrote: > > Not as far as I know. JMeter is a load testing tool that is designed to > > replicate load activities for up to thousands of concurrent users. > > > > When you start having requirements that require you to run embedded > > applications such as applets, then your testing approach becomes > > different because you now need the emulation of client side activity > > rather than just the server side activity (so you could say that JMeter > > is designed to generate server side activity). The emulation of client > > side activity may require dedicated desktop PCs for every emulated user > > to reflect the production deployment reality. There are tools out there > > dedicated to this purpose but they are not very good at load/performance > > testing. > > > > Our product is very heavily orientated around applets also. We use java > > samplers to replicate their server load activity. We also pass > > information back to JMeter and then use a reg exp component to move that > > information into variables. > > > > Craig. > > > > -----Original Message----- > > From: PrakashN [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 11, 2004 11:31 PM > > To: JMeter Users List > > Subject: RE: Will Jmeter Support Applets > > > > I created a test, with http request for each page in my application. > > When i run the test. > > In the listner -> view results tree -> Response data -> Render HTML. > > In the page which has got applet, applet is not show. > > > > In our application records will be shown in the form of rows and colums, > > in > > the applets. > > Each row has got an ID(which is a link). > > On clicking the clicking the ID link in applet, it should show me the > > details page. > > > > Since most of our work depends on applets, Is there any way to capture > > the > > link the Applets. > > > > Prakash. > > > > > > > > -----Original Message----- > > From: Craig Palmer [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 11, 2004 2:57 AM > > To: JMeter Users List > > Subject: RE: Will Jmeter Support Applets > > > > > > What do you do with your applets? Make RMI calls? > > > > I model our applets using java samplers to model ours. > > > > Craig. > > > > -----Original Message----- > > From: PrakashN [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 10, 2004 8:36 PM > > To: Jmeter > > Subject: Will Jmeter Support Applets > > > > Hi All, > > Our Application functionality is mostly related with Applets. I > > would > > like to know whether Jmeter will support Applets. > > If it supports how can i capture the applets. > > > > - Prakash. > > > > > > --------------------------------------------------------------------- > > 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] > > > > > > --------------------------------------------------------------------- > > 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] > -- > Michael Stover <[EMAIL PROTECTED]> > Apache Software Foundation > > > --------------------------------------------------------------------- > 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]

