这里我使用 Jmeter 2.6 来测试一个 .net 应用程序。通过正则表达式提取器提取动态值时,我无法继续并获得匹配计数=0。
我的表达是:
window.open('ConsumptionBatchSerial.aspx?Quantity='+ReturnQty+'&ItemCode='+ItemCode+'&Batch='+Batch+'&Serial='+Serial+'&StDetailsId='+StDetailsId+'','','width=810,height=350,left=100,top=150,resizable=1')
我想从中提取Itemcode,Quantity,Serial,Batch,StDetailsId
.
任何人都可以对这个概念有任何想法吗?如果您知道这种情况,请发布。
提前致谢。