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 / medena
DataTable.GetSheet(1).AddParameter "Test",""
datatable(3,1)="Data Test1"
DataTable.SetNextRow
DataTable(3,1)="Data Test2"
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How is UFT 11.5 version different from UFT 12.0?
Can any suggest me what is exposure testing?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
On what document base Descriptive programming is written if build is not yet ready ?
How to carry out bit map check points in QTP
What is QTP scenario.
how to do the batch testing in test director using manual testing procedure?
How to handle dynamic objects in quicktest professional (qtp)?
Explain data driven framework?
after initiating one project for testing, when exacltly QTP tester role starts?
What are the ordinal identifiers in web page?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
Which environments are supported by hp qtp?
How to use parameterization in qtp?