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.

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / sukanya

I hope You have Checked in the second radio button that
says capture parent & child Object sentirely after you add
the Object Repository.

Hope This should do

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How can I check if a environment variable exist or not?

0 Answers  


Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do this thing.weather that name is coming or not?

5 Answers  


how to test load test and block box testing an a web based application pls give ans briefly

0 Answers   Impiger,


. My application is updating the user information in the application. Every time it is Adding on record in my application and Validating the information like “Record has added successfully”. Which Check point I have to put in this situation? Why?

5 Answers   Polaris,


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

0 Answers  


Describe synchronization point.

0 Answers  


I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.

0 Answers  


How do you use the parameters.input parameters and out put parameters.

1 Answers   Polaris,


what are the main differences between keyword driven frame work and data driven frame work?

1 Answers   UHG,


what ar the challenges do we face while testing webbased applications using the automation tool qtp or any?

4 Answers   TCS,


What is Automation frame work.How we will prepare in real time.

9 Answers   AppLabs,


what is the extension for QTP files?

11 Answers   AppLabs,


Categories