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

What is iteration? How it is related to Test Results in QTP?

2 Answers  


Difference between keyword driven test and DDT?

1 Answers  


What are the different types of functions available in qtp and explain ?

0 Answers  


In a Web appl, on a page, there are student names & details listed.On clicking sort button,details are sorted on Names.How do u verify htat sorting is done by using QTP?

1 Answers   IBM,


Explain roles and responsibilites of 2yrs Automation qtp engineer.

3 Answers   Oracle,






write the vb script for call to new action in qtp?

0 Answers  


in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)

8 Answers   IBM,


how to do spell check in QTP? reply please

8 Answers  


Write VB script to test given number is Prime Number

5 Answers   Oracle,


How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

0 Answers  


how many test scripts we will write in qtp? very urgent. please??? Thanks in advance..

1 Answers   Mind Tree,


what is keyword driven testing

2 Answers  


Categories