Re: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-20 Thread David Bronner
AFAIK, you can use javascript in almost any field with the syntax ${__javaScript()}However, I have basically the same question...where are we supposed to do assignments to variables with values generated by javascript? I've been inserting dummy regex parsers and assigning the javascript outpu

Re: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-20 Thread sebb
You can define variables using: * The Test Plan * User Defined Variables Config item * CSV Data Set Config Item * User Parameters Pre-Processor S. On 20/04/06, David Bronner <[EMAIL PROTECTED]> wrote: > AFAIK, you can use javascript in almost any field with the syntax > ${__javaScript()}Howev

RE: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-20 Thread Tapaswini Das
Thanks in Advanced Tapaswini -Original Message- From: David Bronner [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 10:05 PM To: JMeter Users List Subject: Re: Where to declare the java script with the help of function and how to call this function in JMeter AFAIK, you can use jav

Re: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-21 Thread sebb
; > -Original Message- > From: David Bronner [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 20, 2006 10:05 PM > To: JMeter Users List > Subject: Re: Where to declare the java script with the help of function and > how to call this function in JMeter > >

RE: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-21 Thread Tapaswini Das
il 21, 2006 2:07 PM To: JMeter Users List Subject: Re: Where to declare the java script with the help of function and how to call this function in JMeter It's not possible to define new javascript functions presently. Please explain WHAT you are trying to do, and then someone can help with

Re: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-21 Thread David Bronner
lto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 2:07 PM To: JMeter Users List Subject: Re: Where to declare the java script with the help of function and how to call this function in JMeter It's not possible to define new javascript functions presently. Please explain WHAT you are trying t

Re: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-23 Thread sebb
> > -----Original Message- > > From: sebb [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 21, 2006 2:07 PM > > To: JMeter Users List > > Subject: Re: Where to declare the java script with the help of function > > and > > how to call this function in JMet

RE: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-25 Thread Tapaswini Das
ism JMeter uses to call the User Defined > Functions. > > Thanks & Regards, > Tapaswini > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Friday, April 21, 2006 2:07 PM > To: JMeter Users List > Subject: Re: Where to declare the java script with

Re: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-25 Thread sebb
On 25/04/06, Tapaswini Das <[EMAIL PROTECTED]> wrote: > Hi Dave/Sebb, > > Thank you for your quick reply. > > I have tried the same JMeter script with Regular Expression. The problem is > Regular Expression is unable to read inner HTML code used to implement for > AJAX technology in my applicatio

RE: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-26 Thread Tapaswini Das
e the java script with the help of function and how to call this function in JMeter On 25/04/06, Tapaswini Das <[EMAIL PROTECTED]> wrote: > Hi Dave/Sebb, > > Thank you for your quick reply. > > I have tried the same JMeter script with Regular Expression. The problem is > Re