01-12-2008, 08:41 AM
Hi Ankur,
We have recently started using QTP for testing of our web sites. We have different actions to define data for the required fields on the web site. There are certain scenarios where data can only be identified at run time. We need to capture this data and store some where for verification at later point.
Currently we are adding a new data sheet at run time. Run time data is stored in the data sheet by adding parameters at run time. Since the data sheet is added by main action in the script it is accessible by all reusable actions. Since data is defined at run time; I am afraid that it will exceed the maximum possible columns (256) in data sheet and will fail some time (based on entries in database).
Can you suggest any approach to store run time data in any other format and be able to pass this information to other actions for later use and modifications?
Thanks,
Rupesh
We have recently started using QTP for testing of our web sites. We have different actions to define data for the required fields on the web site. There are certain scenarios where data can only be identified at run time. We need to capture this data and store some where for verification at later point.
Currently we are adding a new data sheet at run time. Run time data is stored in the data sheet by adding parameters at run time. Since the data sheet is added by main action in the script it is accessible by all reusable actions. Since data is defined at run time; I am afraid that it will exceed the maximum possible columns (256) in data sheet and will fail some time (based on entries in database).
Can you suggest any approach to store run time data in any other format and be able to pass this information to other actions for later use and modifications?
Thanks,
Rupesh