regular expression from multiple lines

2005-04-05 Thread Ghananeel Gondhali
Hi, I got something like this in my response Select Line.. d e f d Suns Ski Mois I want a regex to randomly pickup any option value between the select

Re: Help needed with running remote testing in Nongui Mode

2005-04-05 Thread sebb
On Apr 5, 2005 6:15 PM, Vishal Bhalerao <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to execute remote testing in NonGUI mode > > Steps I followed: > > On the Server/load generator: > - Started rmiregistry.exe > - Executed Jmeter-server.bat > > On the Controller box: > - Added the remote ho

Professional services for JMeter.

2005-04-05 Thread Scott Zak
Hi, Given the heavy costs associated with commercial load testing software, my university is considering using JMeter to test the servers and network for its distance learning installation. Management is interested but would like to know whether there are professional trainers or testing cons

Help needed with running remote testing in Nongui Mode

2005-04-05 Thread Vishal Bhalerao
Hi, I am trying to execute remote testing in NonGUI mode Steps I followed: On the Server/load generator: - Started rmiregistry.exe - Executed Jmeter-server.bat On the Controller box: - Added the remote host to the properties file - Executed the java -jar ApacheJMeter.jar -n -t D:\Jmeter\ViewRes

Graph Results

2005-04-05 Thread Brijesh Vinayak Anghan
What do the x and y axis of the graph indicate ? How does one interpret the plot obtained ? Regards Brijesh

RE: use of regular expressions in Responce Assertion

2005-04-05 Thread Dora B Kampalli
Return Receipt Your RE: use of regular expressions in Responce Assertion document :

Re: Could not locate services

2005-04-05 Thread sebb
On Apr 5, 2005 4:58 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Thanks Peter after changing the message, it worked. > > While trying to log the Aggregate report values to a text file, I got them > as given below though I have changed the legitimate values from XML to CSV > in "Jmeter.

RE: use of regular expressions in Responce Assertion

2005-04-05 Thread rafael . medina
Return Receipt Your RE: use of regular expressions in Responce Assertion document :

RE: use of regular expressions in Responce Assertion

2005-04-05 Thread Grigoryan, Lilit
Thanks Sebb. I just don't know how to define a regular expression to match 2 occurrences that are not in a sequence. If I write (HopeWiser){2}, it will match 2 occurrences of HopeWiser in a sequence. I can do like (HopeWiser.*HopeWiser)|(HopeWiser.*HopeWiser), but in this case it will match as ma