# Code Testing

{% tabs %}
{% tab title="✓  INSTRUCTIONS & DELIVERABLE" %}
Conduct some basic code testing to verify that the app is acting as expected under different conditions. Ensure that everything works as expected on different size screens and with touch or mouse interactions. Consider all the things a user might do, like double click, click and drag, swipe, change browser dimensions mid-game, etc.

**❏ Deliverable**\
A document outlining the results of your code testing.
{% endtab %}

{% tab title="⦿ EXAMPLE" %}
![This is a template for recording results of code testing.](/files/-LF80KXoKouFNsi0SFnY)
{% endtab %}

{% tab title="★  RUBRIC" %}

| ✓- Below Standard                                                                                                     | ✓ At Standard                                                                                                                          | ✓+ Above Standard                                                                                     |
| --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| **The code testing documentation** has been completed but lacks detail or an accurate evaluation of the code quality. | The code testing is complete, accurately represents the state of the application, and is useful in identifying improvements as needed. | The code testing is very thorough and goes beyond the standard testing items provided in the example. |
| {% endtab %}                                                                                                          |                                                                                                                                        |                                                                                                       |
| {% endtabs %}                                                                                                         |                                                                                                                                        |                                                                                                       |


---

# 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.idew.org/project-trivia-app/project-instructions/2-design-and-build-solution/2.7-code-testing.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.
