RQM 4.0.5: Widget "Test case (Live)" - errors
When I run widget "Test cases (Live)" I get the following error message.
Any hint what I can do? Thanks!
Any hint what I can do? Thanks!
The following items have errors:
ReportDesign (id = 1):
+ There are errors evaluating script "if (row.TESTCASE_ITEMID != "null"){
if (testCase_inPlan.indexOf(row.TESTCASE_ITEMID) == -1){
tmp = "'" + row.TESTCASE_ITEMID + "'";
testCase_standalone.push(tmp);
if (params["standalonetestcase"].value.charAt(0) == 0){
params["standalonetestcase"].value = tmp;
}
else{
params["standalonetestcase"].value += "," + tmp;
}
}
}":
{1}.
Accepted answer
Hi Jorg,
This looks like a bug to me.
To narrow down what data might be breaking the report, try different combinations of test plan parameters and categories.
The RQM log might have more information too.
To narrow down what data might be breaking the report, try different combinations of test plan parameters and categories.
The RQM log might have more information too.
Toni