Here I am using Jmeter 2.6 to test a .net application. While extracting dynamic value through regular expression Extractor, I am unable to proceed and getting the match count=0.
My expression is:
window.open('ConsumptionBatchSerial.aspx?Quantity='+ReturnQty+'&ItemCode='+ItemCode+'&Batch='+Batch+'&Serial='+Serial+'&StDetailsId='+StDetailsId+'','','width=810,height=350,left=100,top=150,resizable=1')
From this I want to extract Itemcode,Quantity,Serial,Batch,StDetailsId.
Can anybody have any idea on this concept? Please post if you are aware of such scenario.
Thanks in advance.