[Webtest] Usage of the Regular Expression

Roberto Corda webtest@lists.canoo.com
Wed, 13 Apr 2005 18:06:01 +0200


On Wednesday 13 April 2005 17:40, Chintakrindi Meghanath wrote:

> "generic_detail.jsp&pageName=SOLineDetail&mode=normal&tabid=dis
>playZerothTab()&navFromPage=SalesOrderDetail&mode=normal&module=
>export&usingNLForm="
>
> It should return on matching record, based on which I have to invoke
> another URL. So, anyone can help me to put into regular expression.

Hi Chintakrindi , 

I wonder if some variable parameter is missing in your example.
Maybe is something like 
"<blabla>usingNLForm=42"

if so the regexp could be something like

<storeRegEx stepid="estrae nome checkBox"
			text="(<blabla>usingNLForm=[0-9]*)"
			group="0"
			property="regExpResult" />

Warn: group==0

Ciao R.