OG 12/10/2023 15:35
After receiving feedback on the checkpoint exercise today, I realised that the best way to show version changes is to add them to the top of the changed file. For example:
/**
* 10/10/2023 Version 2 added new feature
* 12/10/2023 Version 3 fixed broken feature
*/
This would make it easier to reference in the test log when the test is rerun.
Test ID | Input | Expected Result | Actual Result | Comment | Pass/Fail |
---|---|---|---|---|---|
E1 | <Enter> | Invalid selection, try again | Crash | Fail | |
E2 | <Enter> | Invalid selection, try again | “Invalid selection, try again” | Fixed in Version 3 | Pass |
Leave a Reply