Forum Discussion

N78A's avatar
N78A
Contributor
7 years ago
Solved

How can I schedule the tests to run automatically one a day

  Hi,    I want to schedule automatic trigger for all the test suites in all the projects for soapui open source tool . Is it possible to use windows task scheduler to run the test suites automati...
  • Nastya_Khovrina's avatar
    Nastya_Khovrina
    6 years ago

    Hi skaushik9,

     

    The DataSource Loop isn't helpful here. If you use it the request is sent each time when you iterate through rows.

     

    You can do the following:

    1. Continue using the Excel file as a source, but use a Groovy script to read the data from it. 

    2. Store the data in the XML file. In this case, you will be able to use the DataSource of the Directory (xml) or File (txt) type to read all the content and write to one property.

    Please see the screenshots: 

     

    DataSource - Directory

    DataSource - File