If i entered 2 columns and 4 rows inputs in DDT Like Mango
fruit, Banana Fruit, Brinjal Veget, Carrot Veget.. . My Q
is How to get the 2nd column value for corresponding 1
column input in 3rd row ie, ( i need to get "veget" in
messge box @ run time
Answer Posted / sampath
datatable.SetCurrentRow(3)
x=datatable.Value("A",1)
msgbox x
datatable.Value("c",1)=x
msgbox c
--------------------------------------
A c
mango
banana
brinjal
carrot
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Explain the concept of how quicktest professional identifies object?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
What is debugging? How you debug your script?
what kind of frame work you used in your last project?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
how to find that tools work well with your existing system?
What are the common defects found in your project? (in qtp interview)
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Explain data driven framework?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
How many number of actions possible in qtp?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
what r the main attributes of test automation?