I am farily new to using Test Studio and am curious as to how I can validate when a new row of data is added to a grid in my Java application.
The application consists of two panes. The left pane is a data grid and the right pane is for data entry. I enter data in the right pane and click "Save." This creates a new row in the left pane. How do I validate that the new row has been added to the grid in the left pane and then validate the values in the cells of that new row?
Any help would be great appreciated :)
Thanks.
Chris
The application consists of two panes. The left pane is a data grid and the right pane is for data entry. I enter data in the right pane and click "Save." This creates a new row in the left pane. How do I validate that the new row has been added to the grid in the left pane and then validate the values in the cells of that new row?
Any help would be great appreciated :)
Thanks.
Chris