mikileung
4 years agoOccasional Contributor
how to enter next line in SAP
Hi, I have created a keyword test to create exchange rate in SAP. However, when I make it into a data driven loop test, it can only enter the first line of the table, may I know how to make it m...
- 4 years ago
I can't tell what your main data driven loop is doing, but what you may need to do is nest another loop (data driven, or a while loop, depends on the use) inside that one to go through the table. That's how you make it change rows automatically.