You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the attributes of a localcourse, if two attributes such as localcourse and units are entered as inputs, the program accepts it, and does not update the actual parameter inputted at the back. Perhaps when excessive inputs are entered as parameters the app could handle this as an invalid input.
In this case, cs1001 was updated with localcode becoming unit, while the intended new localcode is discarded.
The text was updated successfully, but these errors were encountered:
[unit] is interpreted as the argument to the parameter. Thus, it is correct behaviour that you are trying to update the localcode to the value unit, which is possible. For instance unit could be the course code for a course on unit testing.
Items for the Tester to Verify
❓ Issue response
Team chose [response.Rejected]
I disagree
Reason for disagreement: [replace this with your explanation]
When updating the attributes of a localcourse, if two attributes such as localcourse and units are entered as inputs, the program accepts it, and does not update the actual parameter inputted at the back. Perhaps when excessive inputs are entered as parameters the app could handle this as an invalid input.
In this case, cs1001 was updated with localcode becoming unit, while the intended new localcode is discarded.
The text was updated successfully, but these errors were encountered: