# Testing Areas

#### **🔹 UI & Design**

* Ensure buttons, text, and images are properly aligned.
* Look for missing assets or broken images.

#### **🔹 User Experience (UX)**

* Navigation should be smooth and intuitive.
* All interactive elements (modals, buttons, tooltips) should work correctly.
* The user should receive feedback on actions (loading states, error messages).

#### **🔹 Functionality Testing**

* Create, edit, and delete NFT collections to test data persistence.
* Verify wallet connection (Phantom, Solflare, etc.).
* Ensure transactions are processed correctly on Solana.

#### **🔹 Performance & Load Testing**

* Measure page load speed under normal and heavy usage.
* Identify crashes or slow interactions.

#### **🔹 Security Testing**

* Wallet addresses and sensitive data should not be exposed in the console.
* Unauthorized users should be restricted from modifying content.


---

# 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.candyblinks.fun/candyblinks/early-access/testing-areas.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.
