# HOV QA Engineers

## Contents

**I. AGILE Testing**

1. [On-boarding QA ](/hov-qa-engineers/agile-testing/on-boarding-qa.md)
2. [Testers Communications, Task and Responsibilities](/hov-qa-engineers/agile-testing/testers-communications-task-and-responsibilities.md#testers-communication-skills-is-essential)
3. [Testing Life Cycle](/hov-qa-engineers/agile-testing/software-testing-life-cycle.md)
4. [Test Plan](/hov-qa-engineers/agile-testing/test-plan.md)
5. [Kanban board and ticket flows](/hov-qa-engineers/agile-testing/kanban-board-and-ticket-flows.md)
6. [User Stories](/hov-qa-engineers/agile-testing/user-stories-and-acceptance-criteria.md)
7. [Gherkin Syntax](/hov-qa-engineers/agile-testing/gherkin-syntax.md)
8. [Test Designs](/hov-qa-engineers/agile-testing/test-design.md)
9. [Testing types](/hov-qa-engineers/agile-testing/testing-types.md)
10. [Bug and Bug Life Cycle](/hov-qa-engineers/agile-testing/bug-and-bug-life-cycle.md)
11. [Manual testing](/hov-qa-engineers/projects/identifi/manual-testing.md)
12. [Automation testing](/hov-qa-engineers/agile-testing/automation-testing.md)
13. [E2E Testing](/hov-qa-engineers/agile-testing/e2e-testing.md)
14. [E2E testing best practices](/hov-qa-engineers/agile-testing/e2e-testing-best-practices.md)
15. [Accessibility testing](/hov-qa-engineers/agile-testing/accessibility-testing.md)
16. [Performance testing](/hov-qa-engineers/agile-testing/performance-testing.md)
17. [Mobile Testing](/hov-qa-engineers/agile-testing/mobile-testing.md)

**II. Tools and Guidelines**

1. End to End test with Cypress.io test suite
2. Performance test with K6 tool
3. API testing with postman

**III.** [**Training videos**](/hov-qa-engineers/training-videos/sqa-trainings.md)

**IV. Research**

1. [Mobile Automation with appium](/hov-qa-engineers/research/mobile-automation-with-appium.md)
2. Playright - Web Apps E2E testing tool
3. Testing library

**PROJECTS**

1. [Identifi](/hov-qa-engineers/projects/identifi.md)
2. [Subit](/hov-qa-engineers/projects/subsit.md)
3. [UpWatch](/hov-qa-engineers/projects/upwatch.md)
4. [Wallet](/hov-qa-engineers/projects/wallet.md)


---

# 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://hov-qa.gitbook.io/hov-qa-engineers/hov-qa-engineers.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.
