TER staus aganst weight
I have added 11 testcases and 38 TER.Among that
passed:5
Failed:9
Blocked:12
Inconclusive:5
error:7
For each tc and for each TER i have given the weight as 100....so total weight should be 3800 and
passed:500
failed:900
blocked:1200
inconclusive:500
When i run the report against weight ,it's showing the total point:2800
passed:1346
failed:922
blocked:402
inconclusive:759
attempted:302
not started:773...How it became like this if all having value 100
passed:5
Failed:9
Blocked:12
Inconclusive:5
error:7
For each tc and for each TER i have given the weight as 100....so total weight should be 3800 and
passed:500
failed:900
blocked:1200
inconclusive:500
When i run the report against weight ,it's showing the total point:2800
passed:1346
failed:922
blocked:402
inconclusive:759
attempted:302
not started:773...How it became like this if all having value 100
2 answers
You can split up the points in case of a failed, blocked TER. So it's possible that users have split the points, e,g, for a blocked TER, they may have set 40 passed, 60 blocked. You will have to take a look at TER view to see what's going on.( Exceution-> view Test case execution records) . Add display columns like passed points, failed points etc. so you can see all the points related data.
Comments
More information on this and other aspects of test case execution records can be found here.
Vidya malkarnekar:so it will take the value of total passed in the splitd ter or what?Please tell me..I have to explain how this 1346 comes...Is this value is genereated by the RQM?Can we calculate it to check wether the generated value is matching with the RQM given value?