我正在尝试提取变量,但由于某种原因未能成功。
<link rel="stylesheet" media="screen" href="/Handsontable/lib/jquery-ui/css/ui-bootstrap/jquery-ui.custom.css">
<script src="/RAMPIT/Scripts/Countable.js"></script>
<link rel="stylesheet" media="screen" href="/Handsontable/js/highlight/styles/github.css">
<script type="text/javascript">
var eId = "bda02006-9964-4fbe-bf41-b23ad361e977";
var eName = "a a";
var eIndKey = "bda02006-9964-4fbe-bf41-b23ad361e977";
var eIndColor = "35ffd8";
var pw_dft_key = '251443dc-feb2-4db1-9a3c-62b4f43763c6';
var pw_prd_key = '831bb45f-63a5-4ce7-a253-8cc0e17158eb';
function IamHere(sInd_key, sName) {
if (typeof (TEAMAPP) == "undefined") {
return;
}
//this one adds the logged in person to his own screen
TEAMAPP.updateLiveTeamList(sInd_key, sName, "me", eIndColor);
setTimeout(function () { TEAMAPP.rollCall(); }, 3000)
setInterval(function () { TEAMAPP.rollCall(); }, 15000)
}
我要提取的变量是 pw_prd_key 。我尝试了各种变体,但没有一个成功。当我在Jmeter的Regex测试仪上尝试我的Regex时,它会正确提取它,但是由于某种原因,它没有将其分配给变量。 IMAGE
答案 0 :(得分:0)
答案 1 :(得分:0)
RegExp Tester
mode of the View Results Listener
我可以想到以下可能的失败原因:
[STAThread]
static void Main()
{
new Application().Run(
new MainWindow
{
DataContext = new ViewModel(
Observable.Timer(
TimeSpan.Zero,
TimeSpan.FromSeconds(1))
.Take(20))
});
}
一样调用它<?xml version="1.0" encoding="utf-8" ?>
<Weavers>
<ReactiveUI />
</Weavers>
字段与响应不匹配(或变量在子结果之一中被覆盖)