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 can we conduct U-I Testing by using QTP??????
What is the virtual object?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Explain runtime dynamic settings?
Explain in brief about the quicktest professional (qtp) automation object model?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How software tester can use constants and variables in scripts?
How to explain a banking project in interview as a test engineer???
What are the flaws in water fall model and how to overcome it?
Describe the differences between functions and actions in UFT?
How you debug your script?
Does quicktest professional (qtp) is unicode compatible?
what QTP Options do you know?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?