There is a table with 4 columns and 10 rows, how to write the
script to display the first column records using qtp? can
anybody help me with script?
Answer Posted / saharsh
clumn name: Name,Studies,rank,status
namColumnname=B("),P("").webtable("").Getcelldata(1,1)
studies=B(").P("").webtable("").getcelldata(1,2)
rank=B(").P("").webtable("").getcelldata(1,3)
status=B(").P("").webtable("").getcelldata(1,4
)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the types of object repository?
Describe synchronization point.
Can you list some technologies that support qtp?
Is text area check point supports for web applications?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
What is debugging? How you debug your script?
What are the different ways to invoke an application using QTP?
What are the different types of recording modes?
How do you configure QTP AND Test director?
Explain the checkpoint in qtp?
How does qtp identify objects in the application?
Explain Descriptive Programming Types with Examples?
how can we do the frame work in qtp
Explain the difference between call to action and copy action?
What are the recording modes in qtp?