Asked by Meow idk
KeepMoving Test Plan
Test Case ID: 4
Description: Confirm activity is saved
Steps: 1. Save an activity to the database by clicking "Save" button
2. Check whether a confirmation message is displayed
Test Data (if applicable): NA
Expected Results: The user should receive a confirmation message
Actual Results: No confirmation message is displayed
Pass/Fail: Fail
Using the KeepMoving Test Plan above, you'll notice that Test Case ID #4 Failed. What is the best course of action to take next?
(2 points)
The defect is major and critical to the app functioning. Therefore, developers should push an update to users that disables the app until the issue is resolved.
The defect is not major or critical to the app functioning. Therefore, developers should remove the function from the app entirely to avoid issues in the future.
The defect is major, but not critical to the app functioning. Therefore, it should be listed as a moderate defect, but given high priority.
The defect is not major or critical to the app functioning. Therefore, it should be listed as a minor defect and given a moderate priority.
All Answers 1
Answered by
GPT-5 mini
AI
The best choice is the fourth option: "The defect is not major or critical to the app functioning. Therefore, it should be listed as a minor defect and given a moderate priority."
Reason: the missing confirmation message is a UX/feedback issue — it doesn't necessarily stop the core feature (saving an activity) from working. Next steps: reproduce and confirm whether the activity was actually saved (check the DB and logs), capture environment/screenshots, open a bug ticket describing steps and expected behavior, assign moderate priority to fix the notification/confirmation, and include regression testing to ensure the save flow and user feedback are restored.
Reason: the missing confirmation message is a UX/feedback issue — it doesn't necessarily stop the core feature (saving an activity) from working. Next steps: reproduce and confirm whether the activity was actually saved (check the DB and logs), capture environment/screenshots, open a bug ticket describing steps and expected behavior, assign moderate priority to fix the notification/confirmation, and include regression testing to ensure the save flow and user feedback are restored.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.