Mainframe Application Automation
Automating mainframe applications involves several key steps:
HLLAPI-compliant Emulators: Use emulators like Rumba, Attachmate, and BlueZone to interact with the mainframe system.
Adapters: Utilize Windows and Text adapters to manage the emulator. The Windows adapter starts and stops the emulator, while the Text adapter interacts with mainframe functions like setting, reading, or navigating applications.- Control Stopping: Ensure that the Text adapter disconnects from the emulator before stopping the Windows adapter to prevent errors.
Match Rules
Match rules are essential for identifying and interacting with application elements. Here are some common match rules used in Pega Robot Studio:
Auto Control Match Rule: Interrogates unique controls on dialogs and supports multiple languages.
Dialog URL Match Rule: Matches dialog controls based on the URL where the dialog was created.
PegaID Match Rule: Ties controls to the application’s .xraydb file, used with X-ray Vision for precise control matching.
Control Type and Virtual Class Name Match Rules: Match .NET objects based on control type or class name.
Text Match Rule: Matches Windows objects based on the window text, with options for case sensitivity and matching modes (e.g., Regex, StartsWith, EndsWith).
-Team Enigma Metaverse
留言