| Line 46: | Line 46: | ||
*Test Coverage Category Rules: | *Test Coverage Category Rules: | ||
**Thorough | **Thorough | ||
| - | *** | + | *** Cover all APIs. |
| - | *** | + | *** Test case targets for usage (API combination) instead of single API. |
| - | *** | + | *** With Parm-pairs of equivalence partitioning and boundary condition (All-pairs optional) |
**Average | **Average | ||
| + | *** High risk APIs(e.g. new functionality relevant APIs) should be covered with thorough test rules | ||
*** Legacy or low risk APIs are covered only with positive tests | *** Legacy or low risk APIs are covered only with positive tests | ||
**Lightweight | **Lightweight | ||
*** Test most critical functionalities | *** Test most critical functionalities | ||
*** With most typical parm-pairs | *** With most typical parm-pairs | ||
Contents |