Oracle Fusion Absence-to-Pay Test Scenarios
Validate the complete Oracle Fusion Absence-to-Pay journey — worker, absence entry, eligibility and balance check, approval, balance update, payroll impact, payroll calculation and payment — with emphasis on approved absence correctly reducing the leave balance and correctly reflecting, paid or unpaid, in the payroll calculation. This flagship end-to-end test orchestrates and links to the individually tested HCM Absence Management and Payroll family pages rather than duplicating their atomic, field-level coverage.
| Test ID | ORCL.HCM.E2E.ABS2PAY |
| Application | Oracle Fusion Cloud |
| Product | HCM |
| Module | End-to-End HCM |
| Process | Absence-to-Pay |
| Business Flow | Hire-to-Retire |
| Scenario Type | End-to-End / Cross-Process |
| Test Usage | Functional Testing / Regression Testing / UAT |
| Priority | High |
| Automation | SyntraFlow Ready |
| Library | Syntra Standard Journey |
Note on test design: SyntraFlow executes the detailed Oracle Fusion UI interactions across every linked stage automatically while presenting the journey as business-readable test steps for documentation, review and reporting. This scenario is presented as 7 business-readable test steps; SyntraFlow's automation executes approximately 130 underlying Oracle Fusion UI actions to complete it.
Test Objective
The objective of this test is to validate the complete Oracle Fusion Absence-to-Pay journey — worker, absence entry, eligibility and balance check, approval, balance update, payroll impact and payroll calculation, and payment — with emphasis on approved absence correctly reducing the leave balance and correctly reflecting, paid or unpaid, in the payroll calculation, not on re-testing each stage's own atomic, field-level validation. This page is an orchestration and journey test: it does not duplicate the scenario coverage already tested individually on the linked Absence Entry, Absence Validation, Absence Balance, Absence Accrual, Absence Approval, Absence Withdrawal, Payroll Calculation, Payroll Processing, Retro Pay and Payment Processing pages. Instead, it links to those live pages and adds scenarios that specifically test the hand-offs, balance continuity and pay continuity between them.
The scenario should confirm that:
- approved absence correctly reduces the leave balance for the worker
- only approved absence — not pending, rejected or withdrawn absence — correctly impacts the balance and payroll
- paid absence types correctly reflect in the payroll calculation, and unpaid absence types correctly reduce pay where configured
- an absence correction made after payroll has calculated correctly triggers a retro calculation
- an absence removed after approval correctly restores the balance and triggers payroll recalculation
- Oracle correctly enforces validation when data errors, configuration errors, security restrictions or integration failures are introduced at any stage of the journey (DATA_ERROR, CONFIGURATION_ERROR, SECURITY_ERROR, INTEGRATION_ERROR)
This scenario orchestrates and links to the individually tested Absence Management and Payroll family pages listed on this page; it does not re-test each stage's own field-level validation, which remains covered on those pages. It covers the standard Absence-to-Pay journey in Oracle Fusion Cloud HCM TEST/UAT environments and does not cover absence plans or accrual rules in isolation, which are covered by the separate HCM Absence Management scenarios outside this journey.
When to Use This Test
- Flagship HCM regression test validating absence-to-payroll continuity across the complete Absence-to-Pay journey for a new Oracle Fusion implementation — it does not duplicate the atomic scenario coverage already tested on the 10 linked family pages
- Regression testing of hand-offs between Absence Entry, Absence Validation, Absence Balance, Absence Accrual, Absence Approval, Absence Withdrawal, Payroll Calculation, Payroll Processing, Retro Pay and Payment Processing after an Oracle quarterly update
- UAT sign-off across workers, managers/approvers and payroll specialists who each own a different stage of the same Absence-to-Pay transaction
- Validating that approved absence correctly reduces the leave balance and correctly reflects, paid or unpaid, in the payroll calculation
- Diagnosing DATA_ERROR, CONFIGURATION_ERROR, SECURITY_ERROR and INTEGRATION_ERROR conditions surfaced at a stage hand-off before escalating as a possible APPLICATION_ERROR
The Absence-to-Pay Journey
Absence-to-Pay is SyntraFlow's end-to-end HCM Absence Management–Payroll journey, spanning seven stages from absence entry through payment. It does not duplicate the atomic scenario coverage already tested individually on the 10 linked family pages below. Instead, it focuses on the hand-offs and cross-stage data continuity between them — balance continuity, approval status continuity, payroll impact and pay continuity. Exact configuration — absence plans, accrual rules, approval routing and payroll elements — depends on customer-specific Oracle Fusion setup.
Preconditions
- A worker ${WORKER} is active and eligible for absence entry in the target Oracle Fusion environment.
- Absence Management is configured with the applicable absence plans, accrual rules and approval routing for ${WORKER}'s absence type ${ABSENCE_TYPE}.
- The test user or users hold appropriate access to progress a transaction through absence entry, approval, balance update, payroll and payment stages.
- Payroll ${PAYROLL} and pay period ${PAY_PERIOD} are defined and open in the target environment, with the absence-to-payroll element mapping configured where applicable.
- This scenario assumes each linked family page's own preconditions are separately satisfied — it does not re-verify field-level setup already covered on those pages.
Exact configuration — including absence plans, accrual rules, approval hierarchies and payroll element mapping — depends on customer-specific Oracle Fusion setup and is never assumed to be universal across implementations.
Sample Test Data
| Worker | ${WORKER} |
| Absence | ${ABSENCE} |
| Absence Type | ${ABSENCE_TYPE} |
| Absence Days | ${ABSENCE_DAYS} |
| Balance | ${BALANCE} |
| Approver | ${MANAGER} |
| Pay Period | ${PAY_PERIOD} |
Sample values are illustrative placeholder tokens. Replace with valid data from the target Oracle Fusion HCM TEST/UAT environment. Not every field applies to every journey variation — for example, ${ABSENCE_DAYS} does not apply where the absence is measured in partial-day hours.
Test Steps
7 business-readable steps. SyntraFlow's automation executes ~130 underlying UI actions to complete these steps — see How SyntraFlow Automates This Test.
| # | User Action | Expected Result |
|---|---|---|
| 1 | Enter the Absence Request Enter absence request ${ABSENCE} of type ${ABSENCE_TYPE} for ${ABSENCE_DAYS} days for ${WORKER}, using the linked Absence Entry scenario. ${ABSENCE} / ${WORKER} This step orchestrates the Absence Entry family page rather than repeating its individual field-level test coverage. | The absence request is created with the correct absence type and duration. |
| 2 | Verify Eligibility and Balance Validate absence ${ABSENCE} for ${WORKER} against eligibility rules and the current balance ${BALANCE}, using the linked Absence Validation, Absence Balance and Absence Accrual scenarios. ${BALANCE} | Eligible absence with sufficient balance passes validation; ineligible or insufficient-balance absence is correctly flagged. |
| 3 | Submit for Approval Submit absence ${ABSENCE} to manager ${MANAGER} for approval, using the linked Absence Approval scenario, and correct or withdraw via the linked Absence Withdrawal scenario where required. ${MANAGER} | The absence is correctly approved by an authorized approver, or rejected/withdrawn and correctly excluded from balance update. |
| 4 | Verify Balance Update After Approval Confirm the leave balance ${BALANCE} for ${WORKER} is correctly reduced by the approved absence duration ${ABSENCE_DAYS} following approval of ${ABSENCE}. ${ABSENCE_DAYS} | The balance is correctly reduced by the approved absence duration; unapproved absence does not reduce the balance. |
| 5 | Verify the Payroll Impact Reflects the Absence Type Confirm the approved absence ${ABSENCE} for ${WORKER} correctly maps to the payroll element for absence type ${ABSENCE_TYPE}, correctly reflecting as paid or unpaid ahead of the payroll calculation. ${ABSENCE_TYPE} | The absence-to-payroll element mapping correctly reflects the paid or unpaid configuration of ${ABSENCE_TYPE}. |
| 6 | Run the Payroll Calculation Run payroll calculation ${PAYROLL} for pay period ${PAY_PERIOD}, using the linked Payroll Calculation and Payroll Processing scenarios, and the linked Retro Pay scenario where a prior absence correction applies, confirming the absence correctly reflects in the result. ${PAY_PERIOD} | The payroll calculation correctly reflects the approved absence as paid or unpaid according to ${ABSENCE_TYPE}. |
| 7 | Verify Payment Reflects the Absence CorrectlyBusiness assertion Trace the completed transaction from absence entry through eligibility/balance, approval, balance update, payroll impact, payroll calculation and payment to confirm the payment amount correctly reflects the absence. This is the primary business assertion for the scenario — a fully linked, correctly balanced and correctly paid audit trail across every stage is the expected pass condition, not merely a successful payment. | The audit trail correctly links every stage, and the payment amount correctly reflects the paid or unpaid absence. |
Expected Results
- Absence entries are correctly validated against eligibility and balance before approval.
- Only approved absence correctly reduces the leave balance.
- Paid absence types correctly reflect in the payroll calculation, and unpaid absence types correctly reduce pay where configured.
- Approved absence duration correctly carries into the payroll impact and payroll calculation.
- An absence correction made after payroll has calculated correctly triggers a retro calculation.
- Unauthorized actions at any stage of the journey are correctly blocked.
Key Validation Checkpoints
- Approved absence correctly reduces the leave balance.
- Only approved absence correctly impacts payroll.
- Paid vs unpaid absence correctly determines payroll impact.
- Absence correction after payroll correctly triggers retro calculation.
- Absence removal correctly restores balance and triggers payroll recalculation.
- Integration failures correctly flagged rather than silently dropping the absence impact.
Go Beyond the Standard Test with Jarvis AI
The Syntra Standard Test Library defines the core Absence-to-Pay business journey as an orchestration across HCM Absence Management and Payroll. Jarvis AI extends this journey by following the pipeline from HCM to Functional Area, Process/Scenario Family and Standard Test Scenarios, then combining it with DataVault test data to generate Jarvis Variations — organized as Positive, Negative, Boundary, Integration and Effective-Date categories — before they can be assembled into a Regression Pack and Scheduled Execution, with results surfaced through Failure Intelligence.
Teams do not need to manually build a separate test for every absence, balance, approval and payroll combination. Jarvis uses the standard journey as the foundation and generates relevant Positive, Negative, Boundary, Integration and Effective-Date variations for the customer's environment — including absence type, balance sufficiency, approval routing and absence-to-payroll mapping exceptions. These Jarvis-generated variations do not create additional public SEO pages, and this page itself does not duplicate the individual family pages it links to — it remains the canonical reference for the end-to-end journey.
From Standard Test to Executed Regression Pack
Rather than maintaining a separate test page for every worker, absence, balance, approval or payroll combination, SyntraFlow maintains one core Absence-to-Pay journey scenario — with 30 example scenarios documented below — and allows Jarvis AI to generate matching balance, approval and integration-specific variations using the customer's available test data. These variations do not create additional public SEO pages.
AI-Generated Test Variations
The same Absence-to-Pay business scenario can produce many test variations without creating separate public library pages. Below is a real slice of SyntraFlow's Build Scripts library, filtered to HCM End-to-End.
- Complete annual, sick and unpaid leave absence-to-payroll journeys with a clean balance update and payment
- Complete partial-day and multi-day absence entries that correctly carry the requested duration through to payroll
- Complete future-dated and backdated absence requests that correctly resolve to the correct pay period
- Complete absence approval and withdrawal handling, including correction and resubmission
- Complete balance restoration after a withdrawn or removed absence
- Complete accrual recalculation following an approved or corrected absence
- Complete paid and unpaid absence payroll impact, including retro pay adjustment after a correction
- Insufficient balance for the requested absence duration is correctly blocked at eligibility / balance check
- An absence overlapping an existing approved absence is correctly blocked or flagged
- A worker not eligible for the absence plan is correctly blocked from submitting the request
- An absence-to-payroll integration failure is correctly flagged rather than silently dropping the absence impact
These are representative examples only. Negative-scenario behavior and available absence and approval paths can depend on the customer's Oracle Fusion configuration, controls and security — not every Oracle configuration behaves identically.
Generated Using Your DataVault Test Data
Generic test data rarely represents every worker, absence type, balance, approver, payroll and pay-period combination in a real Oracle Fusion Absence-to-Pay environment. Where connected, Jarvis can use approved test data available through Syntra DataVault to construct Absence-to-Pay journey scenarios relevant to the customer's actual implementation.
Standard Library Definition
Worker ${WORKER}
Absence ${ABSENCE}
Absence Type ${ABSENCE_TYPE}
Absence Days ${ABSENCE_DAYS}
Balance ${BALANCE}
Approver ${MANAGER}
Payroll ${PAYROLL}
Pay Period ${PAY_PERIOD}
DataVault
Workers Active workers eligible for absence entry Absences Standard, partial-day, multi-day and backdated absence requests Absence Plans Eligibility, accrual and certification rules by absence type Balances Current leave balances by worker and plan Approvers Managers authorised at each approval level Payroll Payroll definitions, pay periods and absence-to-payroll element mapping Security Roles authorised at each stage of the journey
Jarvis AI Generates
Scenario 001 — Annual Leave to Payroll Happy Path, ${WORKER}
Scenario 007 — Insufficient Balance Blocked, ${BALANCE}
Scenario 017 — Paid Absence Payroll Impact, ${ABSENCE_TYPE}
Scenario 022 — Retro Payroll After Absence Correction, ${ABSENCE}
Scenario 027 — Absence Payroll Integration Failure, ${PAYROLL}
...
Worker and absence data used in Absence-to-Pay testing is masked or synthetic through Syntra DataVault — never real production data or real PII. The public Syntra Standard Test Library uses illustrative placeholder data only, and where DataVault is connected, customer-specific journey dimensions remain within the customer's controlled SyntraFlow environment and access model, protected according to DataVault's data masking policies. See /datavault/data-masking/ for details.
Example Test Variations
This catalog spans 30 end-to-end Absence-to-Pay journey scenarios validating absence-entry-to-balance-to-payroll continuity, plus negative/boundary journey testing. These are illustrative, not separate indexable pages — the canonical page for all of them remains this one.
| ID | Variation | Type | Key Difference | Execution |
|---|---|---|---|---|
| HCM-A2P-001 | Annual Leave to Payroll | Positive | Enter and approve an annual leave absence ${ABSENCE} of ${ABSENCE_DAYS} days for ${WORKER}, confirming the balance ${BALANCE} correctly reduces and the payroll calculation ${PAYROLL} correctly reflects the paid absence. | SyntraFlow Ready |
| HCM-A2P-002 | Sick Leave to Payroll | Positive | Enter and approve a sick leave absence ${ABSENCE} of ${ABSENCE_DAYS} days for ${WORKER}, confirming the balance ${BALANCE} correctly reduces and the sick absence type correctly reflects in the payroll calculation ${PAYROLL}. | SyntraFlow Ready |
| HCM-A2P-003 | Unpaid Leave to Payroll | Positive | Enter and approve an unpaid leave absence ${ABSENCE} of ${ABSENCE_DAYS} days for ${WORKER}, confirming pay is correctly reduced in payroll calculation ${PAYROLL} according to the unpaid absence type configuration. | SyntraFlow Ready |
| HCM-A2P-004 | Partial-Day Absence | Positive | Enter and approve a partial-day absence ${ABSENCE} for ${WORKER}, confirming the partial-day duration correctly reduces balance ${BALANCE} and correctly reflects in the payroll calculation. | SyntraFlow Ready |
| HCM-A2P-005 | Multi-Day Absence | Positive | Enter and approve a multi-day absence ${ABSENCE} spanning ${ABSENCE_DAYS} days for ${WORKER}, confirming the full duration correctly reduces balance ${BALANCE} and correctly carries into payroll. | SyntraFlow Ready |
| HCM-A2P-006 | Future Absence | Positive | Enter and approve a future-dated absence ${ABSENCE} for ${WORKER}, confirming the request correctly resolves to the applicable future pay period ${PAY_PERIOD} once it occurs. | SyntraFlow Ready |
| HCM-A2P-007 | Insufficient Balance | Negative | Attempt to submit absence ${ABSENCE} for ${ABSENCE_DAYS} days for ${WORKER} exceeding the available balance ${BALANCE}, confirming Oracle correctly blocks the request at eligibility / balance check. | SyntraFlow Ready |
| HCM-A2P-008 | Overlapping Absence | Negative | Attempt to submit absence ${ABSENCE} for ${WORKER} that overlaps an existing approved absence, confirming Oracle correctly flags or blocks the overlapping request. | SyntraFlow Ready |
| HCM-A2P-009 | Worker Not Eligible | Negative | Attempt to submit absence ${ABSENCE} for a worker ${WORKER} not eligible for the applicable absence plan, confirming Oracle correctly blocks the request at eligibility check. | SyntraFlow Ready |
| HCM-A2P-010 | Certification Required | Positive | Submit absence ${ABSENCE} for ${WORKER} where absence type ${ABSENCE_TYPE} requires supporting certification, confirming Oracle correctly requires the certification before the absence can be approved. | SyntraFlow Ready |
| HCM-A2P-011 | Approval Required | Positive | Submit absence ${ABSENCE} for ${WORKER} that requires manager approval, confirming the absence correctly routes to ${MANAGER} and remains excluded from balance update until approved. | SyntraFlow Ready |
| HCM-A2P-012 | Absence Approved | Positive | Approve absence ${ABSENCE} for ${WORKER} at manager ${MANAGER}, confirming the approval is correctly recorded and the absence becomes eligible for balance update. | SyntraFlow Ready |
| HCM-A2P-013 | Absence Rejected | Negative | Reject absence ${ABSENCE} for ${WORKER} at manager ${MANAGER}, confirming the rejected absence correctly does not reduce balance ${BALANCE} or transfer to payroll. | SyntraFlow Ready |
| HCM-A2P-014 | Absence Withdrawn | Positive | Withdraw a previously approved absence ${ABSENCE} for ${WORKER}, confirming the withdrawal is correctly recorded using the linked Absence Withdrawal scenario. | SyntraFlow Ready |
| HCM-A2P-015 | Balance Restored After Withdrawal | Positive | Withdraw absence ${ABSENCE} for ${WORKER} after approval, confirming balance ${BALANCE} is correctly restored to its pre-absence value. | SyntraFlow Ready |
| HCM-A2P-016 | Accrual Recalculated | Positive | Approve absence ${ABSENCE} for ${WORKER}, confirming the accrual calculation correctly recalculates the ongoing balance ${BALANCE} using the linked Absence Accrual scenario. | SyntraFlow Ready |
| HCM-A2P-017 | Paid Absence Payroll Impact | Positive | Confirm approved paid absence ${ABSENCE} of type ${ABSENCE_TYPE} for ${WORKER} correctly reflects as a paid element in the payroll calculation ${PAYROLL}. | SyntraFlow Ready |
| HCM-A2P-018 | Unpaid Absence Payroll Impact | Positive | Confirm approved unpaid absence ${ABSENCE} of type ${ABSENCE_TYPE} for ${WORKER} correctly reduces pay in the payroll calculation ${PAYROLL} according to the unpaid configuration. | SyntraFlow Ready |
| HCM-A2P-019 | Partial-Period Absence | Positive | Enter absence ${ABSENCE} for ${WORKER} covering only part of pay period ${PAY_PERIOD}, confirming the payroll calculation correctly prorates the absence impact for the partial period. | SyntraFlow Ready |
| HCM-A2P-020 | Absence Across Payroll Boundary | Positive/Boundary | Enter absence ${ABSENCE} for ${WORKER} spanning the boundary between pay period ${PAY_PERIOD} and the next period, confirming each period's payroll calculation correctly reflects only its portion of the absence. | SyntraFlow Ready |
| HCM-A2P-021 | Backdated Absence | Positive | Enter a backdated absence ${ABSENCE} for ${WORKER} for a pay period ${PAY_PERIOD} that has already closed, confirming the absence correctly resolves to the appropriate retro or correction path. | SyntraFlow Ready |
| HCM-A2P-022 | Retro Payroll After Absence Correction | Positive | Correct absence ${ABSENCE} for ${WORKER} after payroll ${PAYROLL} has already calculated for ${PAY_PERIOD}, confirming the correction correctly triggers a retro payroll calculation using the linked Retro Pay scenario. | SyntraFlow Ready |
| HCM-A2P-023 | Absence Removed After Payroll | Positive | Remove absence ${ABSENCE} for ${WORKER} after payroll ${PAYROLL} has already calculated, confirming balance ${BALANCE} is correctly restored and a payroll recalculation is correctly triggered. | SyntraFlow Ready |
| HCM-A2P-024 | Payroll Recalculation | Positive | Trigger a payroll recalculation for ${WORKER} following a change to absence ${ABSENCE}, confirming the recalculated result correctly reflects the updated absence duration ${ABSENCE_DAYS}. | SyntraFlow Ready |
| HCM-A2P-025 | Balance-to-Payroll Continuity | Positive/Integration | Reconcile the balance reduction recorded at approval of absence ${ABSENCE} for ${WORKER} against the payroll impact reflected in payroll calculation ${PAYROLL}, confirming the values correctly tie out. | SyntraFlow Ready |
| HCM-A2P-026 | Absence-to-Pay Traceability | Positive/Integration | Trace absence ${ABSENCE} for ${WORKER} from entry through eligibility/balance, approval, balance update, payroll impact and payroll calculation ${PAYROLL}, confirming each stage correctly cross-references its neighbor. | SyntraFlow Ready |
| HCM-A2P-027 | Absence Payroll Integration Failure | Negative/Integration | Attempt to run payroll calculation ${PAYROLL} where approved absence ${ABSENCE} for ${WORKER} is missing its absence-to-payroll element mapping, confirming Oracle correctly flags the integration failure rather than silently dropping the absence impact. | SyntraFlow Ready |
| HCM-A2P-028 | Correct and Reprocess Failed Payroll Impact | Positive | Correct the absence-to-payroll element mapping for absence ${ABSENCE} for ${WORKER} following an integration failure, confirming the reprocessed payroll calculation ${PAYROLL} correctly reflects the absence impact. | SyntraFlow Ready |
| HCM-A2P-029 | Effective-Date Boundary Validation | Positive/Effective-Date | Enter absence ${ABSENCE} for ${WORKER} at the effective-date boundary of an absence plan or accrual rule change, confirming the correct plan or rule version applies to ${ABSENCE_TYPE}. | SyntraFlow Ready |
| HCM-A2P-030 | End-to-End Audit Trail | Positive/Integration | Trace the complete Absence-to-Pay journey for ${WORKER} in ${PAY_PERIOD} from absence entry through payment, confirming the audit trail correctly links every stage and integration point. | SyntraFlow Ready |
No variations match this filter.
Positive and Negative Journey Testing
Positive Testing
Jarvis generates journey scenarios using worker, absence, balance, approval and payroll combinations expected to successfully complete the Absence-to-Pay journey end-to-end in Oracle Fusion.
Approved ${ABSENCE} + ${ABSENCE_TYPE} Within Balance ${BALANCE} → Journey Completes to Payroll Calculation and Payment
Negative Testing
Jarvis can also generate journey scenarios designed to exercise Oracle's validations around absence eligibility, balance sufficiency, approval authority, and absence-to-payroll mapping across the journey.
- Insufficient Balance → Absence Request Blocked
- Overlapping Absence → Request Flagged or Blocked
- Worker Not Eligible → Absence Request Blocked
- Absence Payroll Integration Failure → Mapping Error Flagged
A negative end-to-end HCM scenario passes when Oracle correctly enforces the expected data, configuration or security rule at any stage of the journey
| Scenario | Oracle Outcome | Test Result |
|---|---|---|
| Valid journey data at every stage | Journey completes end-to-end | PASS |
| Data mismatch between stages | Validation or warning occurs | PASS |
| Missing required upstream document | Validation occurs | PASS |
| Unauthorized user at any stage | Access prevented | PASS |
| Unexpected application exception | Unexpected failure | FAIL |
Turn AI-Generated Variations into a Regression Pack
Users can select generated Absence-to-Pay journey scenarios and group them into reusable execution packs.
HCM End-to-End Absence-to-Pay Regression Pack
- Annual Leave to Payroll
- Sick Leave to Payroll
- Absence Approved
- Balance Restored After Withdrawal
- Paid Absence Payroll Impact
- Unpaid Absence Payroll Impact
- Retro Payroll After Absence Correction
- Absence Removed After Payroll
- Balance-to-Payroll Continuity
- Absence-to-Pay Traceability
Run On-Demand or Schedule Automated Batch Execution
SyntraFlow can execute selected Absence-to-Pay journey scenarios individually or as a batch. Users can schedule regression packs according to their testing cycle.
Once scheduled, SyntraFlow executes the selected Absence-to-Pay journey scenarios unattended across Absence Management and Payroll, and records the outcome of each stage hand-off and business assertion.
| Pack | HCM End-to-End Absence-to-Pay Regression Pack |
| Schedule | Weekly End-to-End Regression |
| Tests | 30 scenarios |
| Execution | Batch Mode |
| Start | 11:00 PM |
| Environment | Oracle Fusion TEST |
| Status | Scheduled |
Illustrative example — not a live schedule.
Review Results Across the Entire Test Pack
Users can drill from the regression pack into a journey scenario, its business steps, the underlying automation actions, and the evidence captured at each stage hand-off.
Illustrative example data — not actual production metrics.
Regression Pack → Scenario → Business Step → Automation Action → Evidence
DataVault Journey Persona
Rather than generating an independent random value for each stage, Jarvis preserves one linked set of persona values — worker, absence, balance, approver and payroll detail — across every stage of the journey, so the absence, approval, balance update and payroll run in a given test run all describe the same underlying transaction.
| Worker | ${WORKER} |
| Absence | ${ABSENCE} |
| Absence Type | ${ABSENCE_TYPE} |
| Absence Days | ${ABSENCE_DAYS} |
| Balance | ${BALANCE} |
| Approver | ${MANAGER} |
| Payroll | ${PAYROLL} |
| Pay Period | ${PAY_PERIOD} |
Linked persona data matters because a realistic Absence-to-Pay test must prove that the same worker's absence carries correctly across every stage — a set of unrelated random values per stage would never expose a genuine cross-stage continuity or calculation defect.
Security & Persona Variations
Access to each stage of the Absence-to-Pay journey — absence entry, approval, balance update, payroll calculation and payment — is controlled by Oracle Fusion's security configuration, which varies by customer. Jarvis can generate representative persona-based variations to confirm that access behaves as expected at each stage — not to assert a single universal Oracle security model.
| Persona | Action | Expected | Syntra Result |
|---|---|---|---|
| Worker | Submit Absence Request | Allowed | PASS |
| Manager | Approve Absence for Direct Report | Allowed | PASS |
| Unauthorized User | Attempts to Approve Absence Without Role | Access prevented | PASS |
Cross-Stage Business Assertions
These assertions validate that balance and pay continuity are preserved as a transaction moves from absence entry through payroll and payment — they do not re-test each stage's own field-level validation, which remains covered on the linked family pages.
| Stage Transition | Assertion | Example | Status |
|---|---|---|---|
| Approval -> Balance Update | Approved Absence Duration = Balance Reduction | Approved absence ${ABSENCE_DAYS} days = balance reduction for ${WORKER} | PASS |
| Balance -> Payroll | Paid/Unpaid absence type correctly determines payroll impact | ${ABSENCE_TYPE} for ${WORKER} correctly reflected in payroll calculation | PASS |
| Absence Correction -> Retro | Absence correction after payroll correctly triggers retro calculation | Correction to ${ABSENCE} for ${WORKER} triggers retro pay adjustment | PASS |
Illustrative example using DataVault variables — not hard-coded production values.
Stage-by-Stage Execution Evidence
This shows a worked example of an Absence-to-Pay journey run in which one stage fails, and how upstream and downstream stages are reported around it.
Illustrative example run — not a live execution.
Journey Failure Model
SyntraFlow is designed to surface a failure at the journey level — showing what passed upstream and what is blocked downstream — rather than reporting only an isolated stage failure.
| Absence Entry | PASS |
| Approval | PASS |
| Balance Update | PASS |
Absence Payroll Integration Failure
Approved paid absence correctly reduces pay according to the absence element mapping.
Approved absence for ${WORKER} does not appear as a payroll element on the current pay period.
Payroll calculation proceeds without reflecting the absence, risking an incorrect payment.
Verify the absence-to-payroll element mapping and reprocess the payroll impact for the affected worker.
Do not label as an Oracle application defect without eliminating data, configuration, security, automation, environment and integration causes first.
Additional Named Regression Packs
This journey can be executed as one pack or split into focused packs covering specific behavior.
Absence-to-Pay Standard Pack
- Annual Leave to Payroll
- Absence Approved
- Paid Absence Payroll Impact
- Balance-to-Payroll Continuity
Absence-to-Pay Exception Pack
- Insufficient Balance
- Overlapping Absence
- Worker Not Eligible
- Absence Payroll Integration Failure
- Correct and Reprocess Failed Payroll Impact
Understand Why a Test Failed
SyntraFlow execution evidence can help distinguish business-data failures, configuration issues, automation problems and potential application defects.
From Business Scenario to Execution Evidence
Business teams get readable test documentation; automation teams retain detailed execution traceability.
Meet Jarvis — SyntraFlow's AI Testing Engine
Jarvis extends the Syntra Standard Test Library by analysing the Absence-to-Pay journey, available DataVault test data and expected business outcomes to generate additional Positive, Negative, Boundary, Integration and Effective-Date coverage for the customer's environment, following the HCM → Functional Area → Process/Scenario Family → Standard Test Scenarios → DataVault Test Data → Jarvis Variations → Regression Pack → Scheduled Execution → Failure Intelligence pipeline. These variations do not create additional public SEO pages, and this page itself does not duplicate the individual family pages it links to — it orchestrates and cross-references them.
How SyntraFlow Automates This Test
The Standard Test defines the scenario; DataVault, Jarvis AI and SyntraFlow's execution engine take it from a single reusable business definition to executed, evidenced regression coverage.
Business Step → Underlying UI Actions
What SyntraFlow Captures Per Run
Action Status vs. Business Validation
A successful UI interaction at any single stage does not automatically prove the end-to-end journey is correct — this is illustrative of how SyntraFlow separates action success from business validation across a multi-stage journey; it does not reflect a specific live execution. When a step fails, SyntraFlow's evidence trail is designed to help a tester classify the likely cause among eight categories — DATA_ERROR, CONFIGURATION_ERROR, SECURITY_ERROR, EXPECTED_VALIDATION, INTEGRATION_ERROR, AUTOMATION_ERROR, ENVIRONMENT_ERROR or APPLICATION_ERROR — without asserting the cause automatically. For example: Absence Not Reflected at Payroll Calculation — Likely category: INTEGRATION_ERROR / CONFIGURATION_ERROR — Evidence: Approved absence for ${WORKER} = ${ABSENCE_DAYS} days; payroll absence element result = 0 — Recommendation: Verify the absence-to-payroll element mapping before rerunning the calculation. A failure should never be labeled as an Oracle defect without first eliminating data, configuration, security, automation, environment and integration causes.
| Step | Action Status | Business Validation |
|---|---|---|
| Enter the Absence Request | Pass | — |
| Verify Balance Update After Approval | Pass | — |
| Verify Payment Reflects the Absence Correctly | Pass | Pass |
Related End-to-End HCM Journeys & Family Tests
Absence-to-Pay is one of SyntraFlow's end-to-end HCM orchestration journeys. Explore the related end-to-end journeys and the family scenario pages it links to below.
Turn This Standard Test into Your Oracle Absence-to-Pay Regression Suite
Start with the Syntra Standard Absence-to-Pay journey test, use DataVault to provide environment-specific test data, let Jarvis generate additional balance, approval and integration variations, and execute the resulting regression pack automatically with SyntraFlow across Absence Management and Payroll.
Use This Oracle Fusion Test Case
Download Test Case
Excel, CSV or JSON export.
Coming soonAutomate with SyntraFlow
Run this script against your own tenant today.
Related Oracle Testing Resources
Frequently Asked Questions
How does this page differ from the individual Absence Entry, Absence Balance and Payroll Calculation pages?
What does the Journey Failure Model on this page show?
Is paid vs unpaid absence handled the same way across every Oracle Fusion implementation?
What do the cross-stage assertions validate that the individual family pages do not?
What do the failure-intelligence categories mean for a failed Absence-to-Pay journey?
How is security tested across a multi-stage journey like this?
- Home
- Oracle ERP Testing Tool
- Test Library
- HCM
- End-to-End HCM
- Absence-to-Pay