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 / sekhar
Hi friends,when we need to insert the values in to datatable
we can write script like
datatable("column name",sheetid)=value
Then the given value will be stored in desired sheet and
given column,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is reusable action?
What is the default object synchronization timeout in qtp?
How to capture a window in QTP?
What is the syntax for how to call one script from another?
What is difference between shared and local object repository?
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 you calling actions in qtp?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
what could go wrong with test automation?
How does you test a weblink which is changing dynamically?
How can you give wait up to 10 seconds in qtp?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Discuss quicktest professional (qtp) environment?
what is profile tool?