# The QA process

The QA process for Platform involves both the QA team and the developers. After a developer has worked on an issue/task and it is ready, then this is released to a test environment. Manual tests are then run by the QA team on the test environment. Tests are guided by a checklist that is ideally written up by the developer and reside on the issue on GitHub. This checklist can also be written up by the QA team.

After tests have been run, if issues are found, they are documented on GitHub with as much relevant information as possible. Issues can be either a feature request/improvement, or a bug. An issue is a feature request/improvement if the application is working as expected, but could use this to make the application work better, or improve it in any other way. A bug on the other hand is something that gets in the way of normal functionality of the application. The developer that worked on the issue is tagged and the issue is given the relevant label, whether "bug" or “feature request/improvement”.

If no issues are found, then that issue is tagged as done and is ready to be merged into production-aws and master.


---

# Agent Instructions: 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:

```
GET https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/qa-and-testing/the-qa-process.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
