Ahnaf.Shahriar.Asif's blog

By Ahnaf.Shahriar.Asif, history, 5 years ago, In English

I have a question. I have enabled "are test points allowed?" from the general description. Then I got a new column to specify test points individually. Please look at the picture bellow:

mainnnn

And the picture of Groups points policy:

mainndfdfdf

Now, what to do? I have 20 test cases for group 1, 30 for group 2 and 50 for group 3. I want to give partial points to each of the individual groups. I want to give 20 points to group 1, 30 to group 2 and 50 to group 3. But how to do this? I can't find any option for this. And I set 1 point for each individual test cases. Will they be added up? I mean I have 20 cases for group 1 and each of them worths 1 point. Will they add up and make 20 points for that particular group?

Edit: This is my Checker code: Checker

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Ahnaf.Shahriar.Asif (previous revision, new revision, compare).

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

If you set point policy "COMPLETE_GROUP" then the points will add up but one has to pass all tests to get all points on that group. That is same as if you set full points on a single test of that group and 0 to all other tests.
If you set point policy to "EACH_TEST" then you'll be able to set partial points inside a group.