Use the sliders in this section to
manually edit weight distributions for execution outcomes. For instance,
even if a test fails, you might want to track that 80% of the test
actually passed. If the test case has a weight of 100 points, you
record that 80 points passed, while 20 points failed.
The following formulas are used to calculate
the combined weight distributions for tests:
- Pass + Fail + Inconclusive <= Total Weight
- Pass + Blocked <= Total Weight
- Attempted >= Pass + Fail + Inconclusive
Note: Weight is a measure of execution
effort and can be based on tester hours, units of work, or priority.
For example, a test case that requires twice as much time to execute
could have double the weight as another test case. Reports that measure
your progress take the weight value into account when determining
status.