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
what type of run time errors you get while you ar edoing rpg program?
Explain the types of object repository?
What is the expert view?
Dis advantages of XML checkpoint ?
What is the default add-ins in qtp?
How do we handle run-time errors?
Explain the check points in quicktest professional?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Hi Samrat, Thank u very much, what u said it is right.
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
What are the two types of repositories available, explain them?
How to capture a window in QTP?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me