New row in the grid
Hello, I'm using the "Keyword Test" tool. In an order entry form, I want to insert the line items into a grid. The quantity and item number data come from an Excel spreadsheet. It's connected via a data-driven loop. So, I enter the quantity, press Tab, enter the item, press Tab again, and press Enter three times. This adds a new row to the "Item" table.
When testing the application, TestComplete retrieves the data from Excel, but it inserts it into the first row of the "Item" table.
What do I need to do to make TestComplete use the second row? Thank you.
After entering the order code, customer name, and order date, I used the TAB key to navigate to the quantity field, not a mouse click.
I then used the ENTER key to move through the item fields to the next line (new item).
For order validation and invoicing, I no longer used the function keys (F10) but accessed the menu via the mouse. TC had lost focus and therefore had no access to the function keys.