A | B | C | D | E | F | G | H | I | J | K | |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | No. | Team | Tester | Class | Method or API | Normal | Parameter Cheking | Database Checking | Configuration Checking | Exception Handling | Notes |
2 | 1 | NTT | zhou | nova.image.glance | pick_glance_api_server | C | C | ||||
3 | 2 | get_glance_client | C | C | C | ||||||
4 | 3 | nova.image.glance.GlanceImageService | index | A | B | C | have exception process in _fetch_images | ||||
5 | 4 | detail | A | B | C | have exception process in _fetch_images | |||||
6 | 5 | show | A | B | raise ImageNotFound if parameter is invalid | ||||||
7 | 6 | show_by_name | A | C | B | ||||||
8 | 7 | get | A | C | C | ||||||
9 | 8 | create | A | B | C | ||||||
10 | 9 | update | A | C | C | ||||||
11 | 10 | delete | A | C | C | ||||||
12 | 11 | delete_all | C | ||||||||
13 | |||||||||||
14 | |||||||||||
15 | A | Existed testcases are enough to fullfill checking policy | |||||||||
16 | B | Existed testcases are not enough to fullfill checking policy | |||||||||
17 | C | Target method is need to test that policy, but not exist | |||||||||
18 | blank | Target method is not need to specified policy | |||||||||
19 | |||||||||||
20 |