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 / rajaputra
Hi,
USE THIS,
datatable.getsheet(1).addparameter"Test",""
datatable(1,1)="Test Data"
Run and see the runtime datatable
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what is object and child object.. explain ..if possible give some example for better understanding ..
Does quicktest professional is unicode compatible?
How to modify the text checkpoint?
How will internal and external links be validated and updated? how often?
Have you used xml check point in your project?
Can U Explain about QTP tool from older version to latest version also its differences?
why should we give deliver good quality software?
How to remove the associated function library?
What are the trigger events in qtp?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
How to check feasibility of the appliction?in automation testing?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
What is throw object?
What is the limitation to XML Checkpoints?
What are the general steps involved in the data driven framework?