Launch mainframe
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the Mainframe List Element Name. It instructs the Avo Assure Client to launch the mainframe by giving emulator path and emulator type in the Input Value.
Note: When automating Mainframe this is first step that needs to be added to execute testcase.
Input: <EmulatorPath>;<EmulatorType>
Emulator Path: This Argument will accepts the Path of the Emulator (BlueZone, EXTRA, Rumba, PCOM, HOD).
Emulator Type: This Argument accepts the type, it can be name of the Emulator for which this Action is working.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where Mainframe Application needs to be automated. For this, the first and most crucial step is to launch the mainframe emulator and the Launch mainframe Action is executed with the correct emulator path and type.
This step is essential as it opens the mainframe environment, which subsequent automation steps will interact with.
Input: C:\Users\Desktop\new 2.zmd;BlueZone
Expected Result: This Action needs to Launch the Mainframe application which Emulator path and the type is given.
Output: The Launch Application Action Launches the BlueZone Emulator