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 / arun singh
first of all u have to change the column name.
i.e., double click on A and run the program.
got it.
Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How do you convert manual test cases to automated test cases?
What are the different types of recording modes in qtp? Which will be used when?
What are the two types of repositories available, explain them?
How the smart identification is used in real time?Please explain with an example
What is the extension of the qtp local repository?
Hi All, How to get repeated word in string . Thanks Balaji
how to post xml data from QTP scripts to any application?
what is the latest version of QTP? Main difference between 9.2 and 10 version
How to analyzing test results using quicktest professional?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
What is the meaning Work bench?
Limitations in QTP?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.