A web Page has 2 frames. Find out the number of weblist
items in the second frame of the page.

Answers were Sorted based on User's Feedback



A web Page has 2 frames. Find out the number of weblist items in the second frame of the page...

Answer / sesibhushan



set FrameObj=Browser("micclass:=Browser").Page
("micclass:=Page").Frame("micclass:=Frame","index:=1)

Set wList=description.create
wList("micclass").value="WebList"

set wListObj=FrameObj.ChildObjects(wList)

wListcount=wListObj.count

msgbox wListcount

Is This Answer Correct ?    30 Yes 0 No

A web Page has 2 frames. Find out the number of weblist items in the second frame of the page...

Answer / vasu j

The above answer by Sesibhushan is exactly correct.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More QTP Interview Questions

How can we get a textcheckpoint in QTP9.1?

2 Answers   EmTechPro,


How are actions and functions different in QTP?

0 Answers  


How is the Bitmap checkpoint different from Image checkpoint?

0 Answers  


HOw to add the recovery file at runtime to the test file .

0 Answers  


Tell me about userdefined functions ?

1 Answers  






iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?

0 Answers   Infosys,


does the vb script knowledge is mandatery in testing using QTP

1 Answers  


In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?

2 Answers   Oracle,


Difference between keyword driven test and DDT?

1 Answers  


write a qtp script to enter user name & password for flight reservation login page from excel sheet

1 Answers  


What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?

0 Answers  


How do we run the scripts in QTP ?? what are the three options....

4 Answers   HCL,


Categories