Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Parasoft SOA test, I want to RUN the same .tst 100 times with out datasource

Neil
Neil Posts: 38

Hello,

I want to RUN the same .tst 100 times with out data source.

we press f9 to Run the test once , can we do it in any other way to RUN the same 100 times.

if we use excel sheet, then yes , we can cope the same data to 100 rows and RUN all rows.

but my requirement is i am not using excel sheet.
tool : parasoft SOA test 9.9
please help

Comments

  • Thomas Moore
    Thomas Moore Posts: 82 admin

    Hi Neil,

    This is easily possible using Execution Options > Test flow logic in the test suite.

    1) Define a new variable in the variables tab of type integer.
    2) Go to Execution Options > Test flow logic
    3) Select flow type > While variable, and enter in 100 to the maximum number of loops.
    4) select your variable in the while field, then enter in < 100 to the following fields that appear
    5) make sure increment is selected in the do category, then save and run.

    Let me know if you need a little more info.

    Hope this helps!

    Thomas

  • grigorb
    grigorb Posts: 17

    You can loop it also without specifying any variable.