---
title: "Mapping Tests to Oracle Objects"
slug: "how-to-map-functional-tests-to-an-object-name"
updated: 2021-12-30T06:44:03Z
published: 2021-12-30T06:44:03Z
canonical: "success.panaya.com/how-to-map-functional-tests-to-an-object-name"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://success.panaya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mapping Tests to Oracle Objects

**Prerequisites** An existing **Upgrade**or **Patches**standalone project associated with an analyzed Oracle EBS system. [](/v1/docs/how-to-create-a-new-project-1)

- [Learn how to create a new Project](/v1/docs/how-to-create-a-new-project-1)
- [Learn how to upload your custom code to Panaya for analysis](/v1/docs/how-to-extract-upload-your-custom-code-using-the-code-box)

1. Open your **Patches**or **Upgrade**project in Panaya and select the **Reports tab**> **Test Coverage**
2. Filter the report to display**Unit Tests only**
3. Click to **drill down**to the relevant **Module**(Covered Objects column)  
![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1639920609359.png)The list of Objects appears  
![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1639920638216.png)
4. Drill down to any of the Objects by clicking on the Object Name  
![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1639920650940.png)
5. Click on the **Object Details tab**  
The**Menu Path**and******Responsibility Display Name**is displayed. Take note of these details and the **Object Name** (e.g., PAY.PAYUSEPD(US) or AU.XXPAN_82N).
6. Use the [Project Search](/v1/docs/how-to-use-the-project-search-box) to locate the relevant Test Activity Step by searching for the Menu Path / Responsibility Display Name.
7. Open up a **Test activity.**
8. Double click on the **Transaction field**and paste the **Object Name. ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1639920669556.png)**
9. **Save the Test**  
Coverage Reports will now be updated for the object  
Suggested Tests for Risk-Based Testing Analysis (Ongoing Changes Project) will now appear for any changes defined for the object
