How we can find and fill data in empty cell/Row
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How we can find and fill data in empty cell/Row
Query- I am entering data in desktop application(SAP GUI), when i am re-executing. it is considering old row and column.
How we can insert data in empty row/cell
Attaching screenshot for reference.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Are you able to identify individual cells? If so just click on the empty cells and perform the actions.
If we are unable to identify single cells we could use arrow keys to navigate. Ex: TestedObject.keys([Down])
https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/common-for-sys-deskto...
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i am able to identify individual cell but while re-executing same scripts .data is getting over-ride on previous cell. Logically it should inserted in next available row.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In this scenario i would recommend implementing some logic which checks if there is data within the cell and if there is it then moves down to the next cell.
This can be accomplished using If...Then statements.
Let me know if you have further questions.
Emma
