Enable Intent-Based Diagnostics Autoloader
The Intent-Based Diagnostics Autoloader is designed to automatically detect and evaluate diagnostic scenarios based on custom test case identifiers embedded within filenames. This feature simplifies the process by enabling automatic file processing without manual intervention, ensuring that each file is matched to the correct evaluation scenario based on predefined patterns.
Â
Step-by-Step Guide for Custom Test Case Mapping
1. Enable or Disable Intent-Based Diagnostics Scenario Autoloader
Navigate to the configuration screen. Settings Application Settings > Autoloader Configuration
Toggle the Intent-Based Diagnostics Scenario autodetection setting:
True: Automatically matches detected files to a scenario using a custom identifier.
False: Disables automatic scenario mapping.
2. Define the Custom Test Case ID Pattern
In the Custom Test Case ID regex pattern field, enter a regular expression to identify the test case ID from file names.
Example: For test cases that follow the pattern
MSII123
, input the regexMSII\d+
.
3. Consideration for File Date
Use the "Only consider files newer than this date" field (format:
yyyy-mm-dd HH:MM UTC
) to restrict which files are processed based on their creation date.
4. Mapping Custom Test Cases
Regular expressions (regex) are used to map the test case identifier from file names to specific evaluation scenarios.
How to Add, Edit, or Delete custom_test_case_id for evaluation scenario
5. Save or Cancel Configuration
After making the necessary changes, click SAVE & CLOSE to apply the configuration, or CANCEL to discard changes.
Â
Â
Â
Â