Changes between Version 1 and Version 2 of DefectRepairProcedure
- Timestamp:
- 04/16/2019 06:27:38 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DefectRepairProcedure
v1 v2 23 23 1. Programmer uses Trac to "accept" the defect. (If the person reporting the defect is the programmer who will fix it, you don't have to wait for the Implementation manager to assign it to you.) 24 24 1. Programmer obtains current version of system source code from SVN. 25 1. Programmer writes an automated Unit test (or System Test) which reveals the defect. If it is infeasible to write an automated test, write a manual test and add it to the system test cases. Cross-reference the test case to the defect number, e.g. put the defect number in the test case method name (E.g., `TestDeckBug26`). 25 1. Programmer writes an automated Unit test (or System Test) which reveals the defect. If it is infeasible to write an automated test, write a manual test and add it to the system test cases. Cross-reference the test case to the defect number, e.g. put the defect number in the test case method name (E.g., `TestDeckBug26`). 26 26 1. Programmer isolates and repairs defect. Write a comment with the defect number. 27 27 1. Programmer runs Unit test (or System Test) on repaired code. Optionally, Programmer runs any relevant integration or system tests. … … 32 32 33 33 ---- 34 [[Image(http://git.tokomak.net:8888/attachment/wiki/DefectRepairProcedure/DefectRepairXref.png)]] 35
