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


Please Help Members By Posting Answers For Below Questions

How to use Environment parameterization? Explain with an example.

1695


Plz Explain AUTOMATION REFERENCE MODEL?

1876


can anyone tell me from where i can download qtp demo or crack version

1779


What is Port testing. Whhen will you perform?

1688


How to test background color and dynamic images during run time can you put the check point for moving objects?

1652


what is the mail use of frame work(with detail). architecture for keyword driven frame work

1602


Can you brief the hurdles you faced during Automation testing?

769


How to change the priorities of the recovery scenario properties?

810


How to give a call to another action from one action?

825


What are the various automation frameworks available in qtp?

717


What do you mean by checkpoints in qtp?

752


Hi All, How to Compare two strings character by character in QTP

1220


How do client side image and server side image work?

1589


what is error and fault in terms of software quality?

1707


How is recording done when a application is over lapping the QTP application it gives a message object not recorded

1741