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 / sameer
=======
DataTable(ParameterID [, SheetID]) =NewValue This is what
is specified in data table help.
That means you should use:
DataTable.SetCurrentRow(1)
DataTable(1,dtGlobalSheet) = "Test" ...If you are to insert
data in the first row and first column of global sheet.
I am using the same...n it's working..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Describe the differences between functions and actions in UFT?
diff between qtp versions from 8.5
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
How QA specialist can identify when programmatic descriptions are useful?
How does quicktest professional (qtp) identifies the object in the application?
How can get count of list box?
What are the ways you can synchronize?
Hi All, How to get repeated word in string . Thanks Balaji
explain keyword driven framework with banking domain?
They asked by using qtp recording writing scripting
Explain the parameter in qtp?
Have you done batch testing in qtp? If yes how you are doing?
How QTP support all types of applications (platforms)?