Service Virtualization

  • 1.  Looping

    Posted Sep 16, 2016 08:55 AM

    Hello All,

     

    I am trying to execute a test in which I have 2 loops.

    there are two folder. The first loop picks a file and compare it with the file in the second loop. So 1st file from folder-1 is compared to all the files in folder-2 and then the 2nd file is picked from folder-1 and compared with all the files in folder-2.
    The problem I am facing here is, once the folder-2 is fully iterated for one time, it gives the msg"step not executed" for all other iterations.

     

    Please help me on this.

     

    Regards,

    Amrita



  • 2.  Re: Looping
    Best Answer

    Posted Sep 16, 2016 05:13 PM

    Hi Amrita,

     

    You may want to try to make the internal loop into a subprocess.

     

    Josh