How to retrive data from a data table which is in 3rd
row,4th column and place it in main script..like retrive
name,date from data table..write script for this.
Answer Posted / ravi kumar
Hi,
Try this
Datatable.SetCurrentRow 3
val = Datatable.Value(4)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How qtp identifies objects?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How to get the particular property value?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Hybrid framework supports Descriptive programming. Is it true?
How many types of recording modes in the qtp?
Explain about the quicktest professional (qtp) automation object model?
How you will rate urself in QTP in the range of 0 to 5
what is ODC and GDC?
Where we can use the synchronization?
Explain data driven framework?
how to know no.of mails in our g mail by using vb-script
How to open a new test using quicktest professional?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance