Exercise 1.7. (Testing a Python Program)

the_basics_lesson_7_exercise.pdf | |
File Size: | 280 kb |
File Type: |
1. Ensure you have viewed the video (associated with this exercise) at this link >>
2. For the program on calculating an employee's gross-pay (developed in the last exercise) devise a suitable simple test plan and test the program against this test plan. A partly complete simple test plan is shown below:
3. For the program on calculating the area of a rectangle (developed in the last exercise) devise a suitable simple test plan and test the program against this test plan. A suitable template for a simple test plan is shown below you must decide on what the inputs are (two input columns have been included which should be a hint).
END Next Exercise >>