A web Page has 2 frames. Find out the number of weblist
items in the second frame of the page.
Answer Posted / 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 |
Post New Answer View All Answers
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
What does mean by Scope of Automation?n How we defined it?
How to check feasibility of the appliction?in automation testing?
how will load the object during runtime?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
What is quicktest professional (qtp window?
Explain how you can find the absolute value of the number in qtp?
Which scripting language used by quicktest professional?
Explain types of output values?
Why to use descriptive programming?
Approach for Installation,comaptibility,system testing
what is meant by Implicit and explicit requirements?
Explain sub procedure of vbscript.