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 / kishan
rcnt=Browser().Page().webTable().rowcount
ccnt=Browser().Page().webTable().columncount(2)
for i=1 to rcnt
print Browser().page().webtable().getcellData(i,1)
next
(or)
for i=1 to rcnt
set obj=Browser().page().webtable().childItem
(i,1,"webElement",0)
print obj.getROproperty("text")
next
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to use Environment parameterization? Explain with an example.
Plz Explain AUTOMATION REFERENCE MODEL?
can anyone tell me from where i can download qtp demo or crack version
What is Port testing. Whhen will you perform?
How to test background color and dynamic images during run time can you put the check point for moving objects?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Can you brief the hurdles you faced during Automation testing?
How to change the priorities of the recovery scenario properties?
How to give a call to another action from one action?
What are the various automation frameworks available in qtp?
What do you mean by checkpoints in qtp?
Hi All, How to Compare two strings character by character in QTP
How do client side image and server side image work?
what is error and fault in terms of software quality?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded