Forum Discussion

DCat1223's avatar
DCat1223
Frequent Contributor
9 years ago
Solved

Is there a way to have a data driven loop iterate X number of times where X is a variable value?

I have a web test with a DDLoop.  This test basically simulates ordering items.  My dataset has thousands of items from various departments.  I created a user form that allows the user to select the ...
  • DCat1223's avatar
    9 years ago

    Never ,mind.  Figured it out.

     

    for(RecordIdx = 1; RecordIdx <= UserForms.UserForm1.cxText_NumberOfItems.Text; RecordIdx++)

     

    NumberOfItems is my variable.