Test Data Manager

 View Only
  • 1.  Background automation with javelin.

    Posted Sep 16, 2021 08:34 AM
    I would like to know if anyone has any example of automation with javelin. I need to run a sequence of mainframe application/transaction screens doing an automation by javelin.


  • 2.  RE: Background automation with javelin.

    Broadcom Employee
    Posted Sep 16, 2021 12:57 PM
    Hi Valdomiro,

    Javelin can be used to automate a series of steps for the mainframe.    For non-interactive (JCL) jobs, one could use the Invoke Process primitive to execute Zowe CLI command-lines to trigger mainframe job submittal.    For interactive screen manipulation, if they are 3270/5250 green screens, then by setting up Test Cases with Blazemeter and the JMeter RTE plugin, Javelin steps could invoke the execution of these Test Cases (via Blazemeter REST API or a Taurus command-line).   

    Scott