Confirmed users
1,051
edits
| Line 73: | Line 73: | ||
* '''Case creation and maintenance''' | * '''Case creation and maintenance''' | ||
** Test cases for current master | ** Test cases for current master | ||
*** Usually created before FL, keep maintaining | *** Usually created before FL, keep maintaining by current function owners. | ||
** Test cases for other branches | ** Test cases for other branches | ||
*** Maybe created by | *** Maybe created by partners or added because of regression found or just missing test coverage | ||
*** Keep maintaining by current function owners. | *** Keep maintaining by partners or by current function owners. | ||
** Test cases | |||
** Test cases for bugs or added because of regression found | |||
*** Keep maintaining by current function owners. | *** Keep maintaining by current function owners. | ||
| Line 87: | Line 89: | ||
*** Using keyword/tag search to find issue? | *** Using keyword/tag search to find issue? | ||
*** Reported by partner or people who runs cases everyday (big thanks!) | *** Reported by partner or people who runs cases everyday (big thanks!) | ||
** | |||
** Maintenance | |||
*** Just updating them by yourself or | |||
*** Pass them to functional area owners to review and to update. | |||
== Improvement == | == Improvement == | ||