File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -626,3 +626,15 @@ testers are expected to do more *exploratory* testing.
626626
627627 3 . Test case: ` labadd l/-1 ` <br >
628628 Expected: A error message will appear with the correct command format and constraints and no lab will be added.
629+
630+ ### Editing a Lab
631+
632+ 1 . Assume we want to edit ` Lab 1 ` of the person with ` INDEX 1 ` and the current ` LabStatus ` is ` UNSUBMITTED ` .
633+ 1 . Test case: ` labedit 1 l/1 s/s ` <br >
634+ Expected: The status of ` Lab 1 ` will change from ` UNSUBMITTED ` to ` SUBMITTED ` . The lab label will change from red to yellow.
635+
636+ 2 . Test case: ` labedit 1 l/1 s/g ` <br >
637+ Expected: An error message will appear stating that the given combination is invalid.
638+
639+ 3 . Test case: ` labedit 1 l/1 s/g m/10 ` <br >
640+ Expected: The status of ` Lab 1 ` will change from ` UNSUBMITTED ` to ` GRADED ` . The lab label will change from red to green.
You can’t perform that action at this time.
0 commit comments