Sprint 1 Testing Phase - L-Division-2018-2019/repo4 GitHub Wiki

Functionality test report:

Functions Planned inputs for the function test procedure for checking function Expected output for the function Actual outputs after testing Pass/Fail
Forward App sends 1 Place the bot in water and switch it on Bot should move forward Bot moves forward Pass
Left App sends 3 Place the bot in water and switch it on Bot should move left direction Bot moves left Pass
Right App sends 4 Place the bot in water and switch it on Bot should move right direction Bot moves right Pass
Stop App sends 5 Place the bot in water and switch it on Bot should stop Bot stops Pass

The robot is floating on water as mentioned in the problem statement.It moves in the directions as controlled by the user via Bluetooth.(Forward, right and left).