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 / mercy
try putting datatable.value(2.1)="Test data". I have the
same prob...trying to resolve this the same way. will let u
know once done.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Name the properties you would use for identifying a browser and page when using descriptive programming?
describe some problems that u had with automating testing tool?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Explain about business process component? types and usage?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
What is the difference between rational rose and QTP?
What is the new version of qtp which is recently released in the market?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Does quicktest professional (qtp) is unicode compatible?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
How to use parameterization in qtp?
When to use shared and local object repository?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is