# Automation Testing

## Overview

MOSIP provides automation test repositories for the following:

* [Admin UI](https://github.com/mosip/admin-ui/tree/release-1.2.0/admintest)
* [Registration Client](https://github.com/mosip/registration-client/tree/release-1.2.0/registration/registration-test)
* [Functional Tests](https://github.com/mosip/mosip-functional-tests/tree/release-1.2.0)
* [Automation Tests](https://github.com/mosip/mosip-automation-tests/tree/release-1.2.0)

### Admin UI

Selenium webdriver-based Admin Portal Automation covers CRUD (create, read, update and delete) operation performed via UI with Chrome driver.

### Registration Client

Registration test automation covers these flows: New, Update, Correction, and Lost flows.

To know more about each, click [here](/1.2.0/id-lifecycle-management.md).

### Functional Tests

This repository contains API automation tests. The automation is written using Java REST Assured and TestNG framework. The following modules are covered:

1. Pre-registration
2. Masterdata
3. Partner Management
4. ID Repository
5. IDA
6. Resident

Functional tests support multi-languages, i.e., the input can be provided in any of the languages configured in a given MOSIP installation.

### Automation Tests

This repository contains a test framework for end-to-end testing of MOSIP functionality. The following functionalities are covered:

* Registration
* Pre-registration + Registration
* Authentication


---

# 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.mosip.io/1.2.0/id-lifecycle-management/supporting-components/quality-manager/test-automation/automation-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.
