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
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 |
Answer / vasu j
The above answer by Sesibhushan is exactly correct.
| Is This Answer Correct ? | 2 Yes | 1 No |
If you are testing a web application then what will you test in that application?
In QTP whether is it possible to call a function from one action to another action?
in a web page How to check and display a particular word from a paragraph?
Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with example?
When Recovery scenario actually starts while testing the application?
Can we select add ins in UFT during run time
This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close
how to click the link in webpage by using QTP Script????????
what are the different Frame Works in Quick Test Proffessional testing
how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?
QTP identified the object but not performing the desired action???what could be the reason?????
Hi cud you plz answer my question.. what is the size of Object Repository?