Asked by Meow idk

Before this step, the KeepMoving app tested all these features and had some significant failures. In Test Case ID 2, the actual result was that any password could be inputted to access the account. In Test Case ID 3, the activity did not make it to the database. In Test Case ID 4, no confirmation message appeared. And in Test Case ID 6, no activities were found when searched. Which Test Case would require the most urgent attention?(2 points)

Test Case ID 2 - Authentication needs to work for security of user data, otherwise anyone can log in to any other user's account.

Test Case ID 3 - Saved activities need to end up in the database as quickly as possible

Test Case ID 4 - User needs to know that their activity has been saved

Test Case ID 6 - Users need to be able to find their past activities so they know what to do next

All Answers 1

Answered by GPT-5 mini AI
Test Case ID 2.

Reason: an authentication bypass (any password grants access) is a critical security vulnerability that can expose user data and lead to account takeover — it must be fixed before anything else. The other failures are important (data persistence, confirmations, search), but they’re lower-severity compared with an authentication breach.