Service Virtualization

 View Only

How to pass userID/password at runtime in TestRunner mode

  • 1.  How to pass userID/password at runtime in TestRunner mode

    Posted Jul 29, 2014 11:46 PM

    As part of our requirements,

    1. We will use TestRunner instead of LISA workstation to execute the test cases.
    2. Since multiple users will use the test case, their own username and password must be used.

     

    In the LISA test case we have a step to do a database query or to send/receive files using FTP. So the username and password in this step will need to be provided at the time of running (when TestRunner is invoked) instead of hardcoding them into this step

     

    How can we pass username and password to a step in a LISA test case?