Test Data Manager

  • 1.  Executing Unix Shell scripts thru Javelin

    Posted Jan 03, 2017 03:47 PM

    Hi,

    Can we run Unix Shell scripts thru Javelin ? Also can we run windows .BAT files thru Javelin? if Yes, can you please let me know how to do? Docop manuals does not have details on this.



  • 2.  Re: Executing Unix Shell scripts thru Javelin
    Best Answer

    Broadcom Employee
    Posted Jan 04, 2017 06:42 AM

    You can use 'Invoke Process' to call a .BAT

     

     

    You can use SSH to call a Unix shell script I suppose:

     

     

    how to use ssh to run shell script on a remote machine? - Stack Overflow 

    -Ben



  • 3.  Re: Executing Unix Shell scripts thru Javelin

    Posted Jan 04, 2017 03:17 PM

    Thanks Ben. Can you please also advise on how do I use a TDoD variable in Javelin? My scenario is: I want to let the user enter the variable value thru TDoD and use it in Javelin.