> For the complete documentation index, see [llms.txt](https://learning.contextqa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learning.contextqa.com/mobile-testing.md).

# Mobile Testing

- [Mobile Testing Overview](https://learning.contextqa.com/mobile-testing/mobile-testing.md): Upload Android APK or iOS IPA builds, create AI-assisted mobile tests, select devices, run tests, and review execution evidence in ContextQA.
- [Prerequisites](https://learning.contextqa.com/mobile-testing/prerequisites.md): Prepare an Android APK or iOS IPA, confirm workspace access, choose a safe test account, and verify device capacity before running a mobile test.
- [Uploading Apps (APK & IPA)](https://learning.contextqa.com/mobile-testing/uploading-apps.md): Create an APK or IPA upload folder in ContextQA, add a mobile app build, verify processing, and manage versions safely.
- [Creating Mobile Tests](https://learning.contextqa.com/mobile-testing/creating-mobile-tests.md): Create an AI-assisted Android or iOS test, write an effective prompt, choose a device and app build, execute it, and review the result evidence.
- [Tutorial: Your First Mobile Test](https://learning.contextqa.com/mobile-testing/mobile-testing-tutorial.md): Upload an Android APK, create an AI-assisted mobile smoke test, select a device and build, run it, and review the execution evidence.
- [Mobile Test Plans](https://learning.contextqa.com/mobile-testing/mobile-test-plans.md): Group ContextQA mobile cases into suites, add suites and devices to a test plan, configure notifications and schedules, and review reports.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://learning.contextqa.com/mobile-testing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
