08-22-2015, 06:52 AM
First of all, I would like to thank all the volunteers who have been replying so patiently and promptly.
I have my test data in excel spreadsheet. I 'm using CreateObject(Excel Application) method to associate the test data. I am executing the script and am able to perform the required action on the application and producing the results.
But I want to make few more enhancements so we can manage the results more easily.
1. During my run session, the test data is NOT visible in Design time data table. How to make the data visible during the test run and be able to see the record that qtp is currently working on so we can keep track of how many rows it ran and how many more left?
2. How to write a message or variable value to my run time data table when the test executes each record from the spreadsheet? This will enable me to keep a record for future references.
Your reply is greatly appreciated. Thanks in advance.
I have my test data in excel spreadsheet. I 'm using CreateObject(Excel Application) method to associate the test data. I am executing the script and am able to perform the required action on the application and producing the results.
But I want to make few more enhancements so we can manage the results more easily.
1. During my run session, the test data is NOT visible in Design time data table. How to make the data visible during the test run and be able to see the record that qtp is currently working on so we can keep track of how many rows it ran and how many more left?
2. How to write a message or variable value to my run time data table when the test executes each record from the spreadsheet? This will enable me to keep a record for future references.
Your reply is greatly appreciated. Thanks in advance.