On 27/04/06, sebb <[EMAIL PROTECTED]> wrote: > On 27/04/06, Tapaswini Das <[EMAIL PROTECTED]> wrote: > > Hi Sebb/Dave > > > > We have investigated little more in our code with JMeter and found > > the code that is showing problems to us for JMeter to read. A code snippet > > written below was returned by JMeter in Result Tree. > > > > This code shows the Java Script parameters and values. We want to > > extract the "documentId" parameter from this code for the next action to > > work, as the next action to this uses "documentId" as Query String. The > > "documentId" is marked in Red Font having yellow background. > > > > Can you suggest any alternatives to read the parameter "documentId" > > from this Code using JMeter? > > > > We tried using Regular Expression [which extracts the HTML Code] to > > extract the value but it didn't work out. > > What did you try? > > Why did it not work? What happened?
Have you tried: Regex: \+ 'documentId=(\d+)' \+ Template: $1$ Match: 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

