Skip to main content

๐Ÿ–ฅ๏ธ Application

The AI@Test application is organized into three main sections, accessible from the top navigation bar: Test Manager, Test Case Generation, and Monitor.


Test Managerโ€‹

The Test Manager is the central control panel for organizing and executing automated test scenarios.

Test Case Selectionโ€‹

The left panel displays your test case library. Test cases can be:

  • Filtered by module, process area, or custom tag
  • Grouped into test scenarios โ€” ordered collections of test cases that represent an end-to-end business process
  • Assigned a priority and a target SAP system

Drag and drop to reorder test cases within a scenario, or use the + Add button to include additional cases from the library.


Execution Optionsโ€‹

Once a scenario is assembled, configure how it should run:

OptionDescription
Execution frequencyOne-time run, daily, weekly, or custom schedule with an end date
Iteration sequenceDefine how many times each test case runs and in what order
Test interfaceSAP GUI Desktop, SAP Fiori, or both (for cross-channel scenarios)

Test Dataโ€‹

For each scenario, define the source of test data:

SourceDescription
AI-generatedThe AI agent creates realistic, coherent test data for each field automatically
Live system dataThe agent reads existing documents from the SAP system and uses them as input
Test repositoryImport from your existing test data repository via API
File uploadLoad test data from an Excel, CSV, or JSON file

Logging & Reportingโ€‹

Configure what is captured during execution:

OutputOptions
Email notificationSend a summary email on completion (pass/fail counts, link to full report)
Log filePlain-text execution log saved to a configured path
JSON exportStructured result file compatible with test management tool APIs
Test evidenceEnable screenshot capture at each step for audit and sign-off documentation

Defect Creationโ€‹

When a test step fails and cannot be self-healed, AI@Test can automatically create a defect:

TargetDetails
Jira XrayPush defect with screenshot, error message, and test case reference via Jira REST API
qTestCreate test run defect in qTest with full execution context
JSON exportExport defect data as JSON for integration with other tools

Test Case Generationโ€‹

The Test Case Generation section allows users to define new test cases in plain language โ€” no scripting knowledge required.

Natural Language Inputโ€‹

Type a description of the test scenario you want to automate:

"Create a test case to validate the SAP SD return order flow: customer raises a return request, a return sales order is created in VA01 with document type RE, the return delivery is processed in VL01N, and a credit memo is issued in VF01."

AI@Test interprets the description, identifies the transactions and steps involved, and generates a fully structured, executable test script. The generated script is displayed for review before saving.


AI@KB Knowledge Base Integrationโ€‹

When an AI@KB report is available for your target SAP system, AI@Test can use it to generate test cases grounded in your actual system configuration.

Select a report from the dropdown:

AI@KB knowledge base existing reports: SAP S/4 QUA system โ€” Documentation report March 2026

When an AI@KB report is selected, the agent retrieves the actual document types, delivery types, pricing conditions, and process variants configured in your system. The generated test script reflects your specific configuration โ€” not a generic SAP template.

๐Ÿ” CLICK TO ENLARGE โ€” Test Case Generation with AI@KB integration

AI@Test
โ€บ
Test Case Generation
Test Case Description

Create a test case to validate the SAP SD return order flow: customer raises a return request, return sales order created in VA01 with document type RE, return delivery processed in VL01N, credit memo issued in VF01.

AI@KB Knowledge Base
๐Ÿ“š
SAP S/4 QUA โ€” March 2026 Report
78 config objects ยท 12 process flows ยท SD/MM/FI
ACTIVE
Generate Test Case
Generated Test Script
1
VA01
Create Return Sales Order RE
โœ…
2
VL01N
Create Return Delivery (LR)
โœ…
3
VL02N
Post Goods Receipt โ€” Mvt 651
โœ…
4
VF01
Create Credit Memo (G2)
โณ
Config source: AI@KB ยท RE document type ยท LR delivery ยท G2 billing
โœ“ Test script aligned with your system configuration

This integration is particularly valuable at the start of a project or before a major system change: in minutes, you have a complete, system-accurate test suite without any manual scripting.


Generated Test Case Structureโ€‹

Each generated test case includes:

ElementDescription
StepsOrdered list of transactions, screens, and actions
FieldsField names and expected values at each step
AssertionsSuccess criteria โ€” status bar message, document number created, field value
Data requirementsWhat test data is needed and how it should be sourced
RollbackOptional cleanup steps to reset the system after the test

Generated test cases are saved to your test library and are immediately available in the Test Manager.


Monitorโ€‹

The Monitor section gives a real-time and historical view of test scenario executions across your organization.

Execution Dashboardโ€‹

The dashboard shows:

  • All test scenarios configured for your entity
  • Last execution date and time
  • Pass / Warning / Fail count per scenario
  • Trend over recent runs (last 7 runs displayed as a mini sparkline)

Click on any scenario to expand the test case detail view: each test case within the scenario is listed with its individual status for the selected run.


Execution Detailโ€‹

Selecting a specific test case execution opens the detail panel:

FieldContent
StatusPass / Fail / Skipped / Self-healed
Steps executedEach step with its action, the SAP response received, and outcome
Errors encounteredAny error message read from SAP, with the correction applied if self-healing succeeded
ScreenshotsThumbnail gallery of captured evidence screenshots
DurationExecution time per step and total

Report Generationโ€‹

Select one or more test scenario executions and click Generate Report to produce a professional PDF document.

The generated report includes:

  • Executive summary with pass/fail statistics
  • Per-scenario and per-test-case breakdown
  • Error analysis โ€” what failed, what was self-healed, what requires manual review
  • AI-generated recommendations for each defect or recurring failure pattern
  • Full screenshot evidence appendix

The report is delivered by email or saved to a configured output path, and is ready for use in test sign-off, audit reviews, or sprint retrospectives.