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
What is a checkpoint? How many check points are there in qtp?
How many types of recording modes in the qtp?
How would you directly trigger javascript in a test?
How did you use regular expressions in QTP and also in WR?
What is qtp window?
What is difference between run time object and test object?
What is optional step in qtp? How you can add optional step in qtp?
What is the Difference between test object and run time object?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
How to create scenario selector
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
How you calling actions in qtp?
How to associate function library at a run time?