Parasoft SOA test, I want to RUN the same .tst 100 times with out datasource
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
-
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
0 -
You can loop it also without specifying any variable.
0