Service Virtualization

Unix command execution in Devtest

  • 1.  Unix command execution in Devtest

    Posted Dec 22, 2017 04:05 PM

    Could you please let me know how to execute Unix command in DevTest 8.5. I added this step External/Subprocess -> Execute External Command. But I haven't got option to select "Remote using SSH".
    Actually I want to pass these values
       Host
       Userid
       Password

    and then execute grep command which looks something like the below
    grep XXXX/app/comp/<Project>/instances/<invokerId>/logs/message.log | grep <contactKey> | grep "<STSProductCode>XX</STSProductCode>"

     

    Please let me know how to achieve this using Devtest. Thanks!!!!