I have an UFT
testcase to test a desktop application. I set application to be executed during test execution under Record and Run settings
in UFT
. Application is executed, but twice in each test execution.
Following suggestions:
Count the number of rows and set the counter for each row.
rowcount = DataTable.GetSheet("Global").GetRowCount
DataTable. SetCurrentRow(2)