cancel
Showing results for 
Search instead for 
Did you mean: 

how to use the FOR/NEXT loop and its parameters

bobbyp450
Explorer
0 Kudos

Automation Testing question using CBTA:

In "Original Document No" in "Additional Data A" tab of VA01 that i needed to re-iterate using unique number every time i create Sales order

How do i use any command similar to For/Next loop to reiterate XYZZZZZYYY0001 to XYZZZZZYYY9999 for any future sales order creation for testing


View Entire Topic
bobbyp450
Explorer
0 Kudos

Thank you very much Ajay ji,

i used trim 4 char: %=right($random$,4)% and worked very well