johnFASTAR wrote:
> 
> In JMeter, have inserted a Regular Expression Extractor, the Regular
> Expression Below:
>      PG_File=([a-z]+.mht)  
> 
> I'm trying to get the (dynamic of course!) file name from this statement
> within html/java script:
>   
> /ibi_apps/WFServlet
> PG_REQTYPE=REDIRECT&PG_MRsaved=false&PG_Func=GETBINARY&PG_File=jymiymdb.mht");
> 
> 
> It's not capturing the file name at all.
> 
> Is there something else I should be looking at?
> 
> Thanks!
> 
> John Yavelak
> 
> 
> 


instead of using
PG_File=([a-z]+.mht)  

use 
PG_File=((.*?).mht) 

let me know








-- 
View this message in context: 
http://old.nabble.com/JMeter%2C-Regular-Expression-Extractor-not-reading-Java-input--tp26815328p26897622.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]

Reply via email to