• UFT 15.0.2 - UFT script reseting the excel setcurrentrow to default(row-1) from driver script to action script.

    Hi All, I am running a driver script using excel enabled XLS excel sheet and for some of the rows UFT 15 version reset the setcurrentrow from the expected row to default row, suppose i am running 8 test cases from excel and for the 6 test case when…
  • In API Test context, data from a Select Data Activity to be stored in a DataTable and after to be exported to excel file

    We need in an API test to store the returned data to a DataTable after a "Select Data Activity" is executed and after we need to store the data from the DataTable to Excel File. The flow would be the following: 1. Connecting to database -> 2. Execute…
  • Problem with Next Iteration

    Hi All, I take all my test input data from an external excel file with a DB connection. I have a separate function to establish a connection, read all the data from the excel file and store them in Dictionary Objects. The data is never stored in Global…