Learning progress Bar
| A bit of achievement |
Study time |
Newly written lines of code |
Blog Volume |
Learn the point of knowledge |
| First week |
8 |
0 |
0 |
Understanding Software Engineering |
| Second week |
7 |
0 |
1 |
Understanding Software Engineering |
| Third week |
11 |
0 |
1 |
Use case diagram |
| Week Four |
6 |
25 |
0 |
Pair programming |
| Week Five |
8 |
30 |
1 |
Class diagram |
| Week Six |
11 |
60 |
0 |
Software |
| Seventh Week |
10 |
40 |
1 |
Software Testing |
| Eighth Week |
20 |
150 |
1 |
Software Testing |
Project requirements:
Construct the program, respectively:
Fault cannot be triggered.
Triggers the fault, but does not trigger the error.
Triggers the error, but does not produce failure.
Pairs of objects: Du Minco No.: 2013110409 Blog Address: http://www.cnblogs.com/minduu/
pair Programming Photos:
Code
3.1 cannot trigger fault
Construction Example: Enter a string array to convert it to a string to get the string length.
Analysis: The program exists in line 18th fault
fault not triggered:
3.2 trigger fault, but cannot trigger error
Construction Example: The mean value of a subtraction result of two numbers
trigger fault, error not triggered:
3.3 trigger error, but cannot produce failure
Construction Example: Three integers are added and subtracted, the sum of the results of the output plus and minus
triggers the error, but does not produce failure:Add=0;errordel=2;error
4. SummaryThrough this program, the software in the fault,error,failure has a deeper understanding and understanding;
Pie Pair Programming