Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

While recording a login window QTP is identifying only
parent window,then how can u identify the child objects.

Answer Posted / kishore

you can use "ChildObjects" method to to identify child
objects
for Eg:It will click on all child objects
Set oDesc = Description.Create()
oDesc("html tag").Value = "INPUT"
set hai=Browser("WinCraft2 - Enterprise_2").Page
("WinCraft2 - Enterprise").Frame("content").ChildObjects
(oDesc)
count1=hai.count()
msgbox hai1
For i=1 to count1
hai(2).click
Next

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between run time object and test object in QTP?

1110


what type of run time errors you get while you ar edoing rpg program?

2015


if mandatory and Assitive propertys are shows same how will u write skript in QTP window

2126


When and why to use descriptive programming?

1097


How many types of recording modes in qtp? Which will be used when?

1036


am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)

1765


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

2309


How do you do batch testing in wr & is it possible to do in qtp, if so explain?

1136


Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?

1991


How the exception handling can be done using quicktest professional (qtp)?

1171


Without using gui map editor we can recognize the application in winrunner ?

1097


What is data driver in qtp?

1074


For which type of projects the iterative model is not suitable?

1931


How do you configure QTP AND Test director?

1993


What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.

2279