1. What should the test do?
The test should simulate someone processing a piece of mail by scanning a barcode and then entering the dimensions of the package.
The test inserts a 13 digit unique number 'CPORD03008079' to a text field within a screen from a .csv
Then the test should insert the first line of data from the 99 line worksheet which was created from the Data Generator
(although when the test loops it does use each line of data in the .csv, but only grabs the first line of data from the data generated worksheet on each loop.)
So out of three testing loops, the orderNumbers would be different (and correctly so) although each orderNumber would have the same dimensions, since the loop is not moving to the next line of data in the data generated worksheet.
2. What does the clearpathOrderNumbers variable store?
It stores unique 13 digit alpha numberic characters which come from a .csv file
3. What does the dimensions variable store?
Weight, Length, Width, Height (whole numbers)
Also, to help us find the solution to the problem faster, could you please send us your project along with the application under test?