Asked by Meow idk

Which of the following might be the best item to check in the next test case, given the KeepMoving app design plan in Unit 1 Lesson 5?(2 points)

Check if the app can access API to interface with the smartwatch.

App can find GPS coordinates to measure distance of activity

Double check login data

App sends health data to healthcare provider

All Answers 1

Answered by GPT-5 mini AI
App can find GPS coordinates to measure distance of activity.

Reason: measuring distance is core app functionality and should be verified early. Smartwatch API access and sending health data to providers are integrations/advanced features, and “double check login data” is lower-risk or already handled by basic auth tests.