我想將先前請求部分EXTRARES中的值與即將發出的請求中使用的值關聯爲普通URL。LoadRunner EXTRARES關聯
首先我有這:
web_url("considertakingadump",
"URL=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/klargjore?3",
"Snapshot=t79.inf",
"Mode=HTML",
EXTRARES,
"Url=/choice/css/images/icon_ikke_ok.png", "Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump?5", ENDITEM,
"Url=/choice/css/images/navigasjon/Navigation_top_2_considertakingadump.png", "Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump?5", ENDITEM,
"Url=/choice/css/images/icon_ok.png", "Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump?5", ENDITEM,
LAST);
然後,我必須這樣:
web_url("Next",
"URL=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump?5-1.ILinkListener-next",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump?5",
"Snapshot=t80.inf",
"Mode=HTML",
EXTRARES,
"Url=/choice/css/images/navigasjon/Navigation_top_2_considertakingadump.png", "Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/forslagchoice?6", ENDITEM,
LAST);
在considertakingadump 5上方的數字5(在的web_url( 「下一步」 的URL部分)是我想用第一個請求的值替換(在web_url的EXTRARES部分(「considertakingadump」)中)。
如何關聯要用於請求的EXTRARES部分中的值預先請求?