Service Virtualization

  • 1.  CSV file not gettingcreated when staging the test on local cordinator

    Posted Oct 19, 2016 05:16 AM

    Hi All,

     

    I am using a simple test case in which i am using the step write to delimited file. It creates the CSV file at the path specified. But if i stage this test and run with local(default) cordinator, the test runs without any failure but the file is not created.

     

    Any idea that this step has any issue or bug in LISA 7.5.1??



  • 2.  Re: CSV file not gettingcreated when staging the test on local cordinator

    Posted Oct 19, 2016 05:43 AM

    Hi Vinit,

     

    Whenever we do staging, we need to give the path as "C:/abc/xyz.csv" not "{{LISA_PROJ_ROOT}}/abc/xyz.csv" because in staging it runs on the server and while in ITR mode it runs on your workstation.

     

    So while running on server or staging the doc, give the path as for example "C:/abc/xyz.csv"

     

    Let me know how it goes.

     

    Thanks,

    Abhishek



  • 3.  Re: CSV file not gettingcreated when staging the test on local cordinator
    Best Answer

    Posted Oct 19, 2016 10:53 PM

    Yeah I tried that and it worked. I tried this earlier too, not sure y it didnt worked that time but this time it worked!!