Service Virtualization

  • 1.  passing Input sheet path

    Posted Sep 24, 2018 11:48 AM

    I am defined input sheet path in project config..like..C:/users/devtest/project/Data/Inputsheet/.xls.

     

    How to define with relative path(from devtest folder...) so as if import the project no need to change the path.(following the standard project folder structure)



  • 2.  Re: passing Input sheet path
    Best Answer

    Broadcom Employee
    Posted Sep 25, 2018 01:33 AM

    Hi,

     

    The DevTest installation folder is defined as the property {{LISA_HOME}}.
    The project root folder is defined as the property {{LISA_RELATIVE_PROJ_ROOT}}.

    But in your description, you did not mentioned about these two real paths.
    You can or cannot define the relative path for your data based on the information of the real DevTest installaion folder and project root folder.
    If you locate your sheet file data to the Data subfoler for project, then you can define as "{{LISA_RELATIVE_PROJ_ROOT}}/Data/<sheet file name>"

     

    Thank you,