Sprint 3 Testing Phase - L-Division-2018-2019/repo4 GitHub Wiki
Test Report:
Functions | Planned inputs for the function | Test procedure for checking function | Expected output for the function | Actual outputs after testing | Pass/Fail |
---|---|---|---|---|---|
Dustbin Full | Distance<7 | Container is full | A beep sound and conveyor should stop | A beep sound and conveyor stops | Pass |
Dustbin Empty | Distance>7 | Container not full | Conveyor should rotate | Conveyor rotates | Pass |