# Myinfo Business Test Personas

We provide a set of Myinfo Business test personas with diverse attributes and metadata to help you simulate different user and entity profiles when testing your Myinfo Business integration.

These test personas are intended **solely for Myinfo Business** data retrieval and verification testing.

#### ⚠️ Important Usage Notes <a href="#important-usage-notes" id="important-usage-notes"></a>

* **Do not** use these test personas for **Corppass Login** applications.
  * If you need test accounts for Login flow testing, please refer to this [article](https://partnersupport.corppass.gov.sg/hc/en-sg/articles/49809641612185-I-need-staging-test-account-for-Corppass-testing).
* Test persona details may change over time.
  * The profile data associated with these personas is valid only at the time of testing. We will update, modify, or refresh persona attributes periodically without prior notice.
* Do not hardcode values.
  * Your integration should not rely on fixed persona attributes (e.g. names, emails, addresses) and should handle changes gracefully.

#### How to use the test personas

{% hint style="info" %}
These test profiles and credentials are provided to support Myinfo Business test flows only, and should not be used for production or Login application validation.
{% endhint %}

1. Select a Corppass Account from the **`mib_testprofile_corppass_accounts`** CSV file according to your testing needs.
   1. The persona attributes of the **Person** tied to the Corppass Account can be obtained by looking up the **`uinfin`** value in the **`mib_testprofile_person`** CSV file.
   2. The persona attributes of the **Entity** tied to the Corppass Account can be obtained by looking up the **`Entity Registration Number (UEN)`** value in the **`mib_testprofile_entities`** CSV file.<br>
2. To login as the selected Corppass Account,&#x20;
   1. Use the following credentials during Singpass Login:

      > Username: \[UINFIN value of selected account]
      >
      > Password: `Userinfo@2024`

   2. For Corppass Accounts that are associated multiple entities, select the desired entity during the Corppass UEN selection page.

#### Test Persona Files

Download the full list of test personas below:

{% file src="/files/ayDgTgGA9RpvX0qjEYIX" %}


---

# 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.corppass.gov.sg/testing/myinfo-business-test-personas.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.
