Hi friend
I have query regarding QTP datatable.
I want to insert data in datatable during runtime.
suppose i wrote
datatble.value(1) = "Test data"
so when i run the script it says column(1) doesn't exist.
Then i write something in column A1 manualy and run the
script again.
Now it works fine.
Pls clarify how i can put value in blank cell of datatable.
Answer Posted / sekhar
Hi friends,when we need to insert the values in to datatable
we can write script like
datatable("column name",sheetid)=value
Then the given value will be stored in desired sheet and
given column,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to save your test using quicktest professional?
How to associate shared object repository to test in qtp?
what is object and child object.. explain ..if possible give some example for better understanding ..
How to handle dynamic objects in quicktest professional?
What is quicktest professional window?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
What is the quicktest professional testing process?
Get the count of files of similar types from a folder.
How to customize checkpoints with parameters?
How does qtp recognize objects in aut?
How to export quicktest professional results to an .xls file?
What are the technologies supported by qtp?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
Whats the realtime QTP testing process
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?