How to identify the child window.
In my case while recording, When i open new window and
give checkpoint for some control and when i run that script
QTP give error like" can not identify the object"
Is there any method or solution to handle child window
issue
Note: In my apllication i have to check child window of
child window also ( multiple windows open )

Answer Posted / murali raju

whatever window u was open in recording time..that window
will must open at runtime..observe the record and run
settings and verify the object repository settings..and
verify the test settings for default synchorization time
out..ok..na..

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a script to verify the image path(src property) of the images which are in web pages.

1811


How you can delete excel file in qtp?

599


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1487


What is object repository in qtp?

561


What are advantages of test automation?

671






What are the different types of qtp test assets and their extensions?

601


How to save your test using quicktest professional?

538


What is keyword driven framework?

622


How to use descriptive programming?

616


how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0

1484


How to handle the exceptions using recovery secnario manager in quicktest professional?

639


what is the advantages and disadvantages of using functions instead of re usable actions

1433


when to start the automation?

1480


Explain qtp(quick test professional)?

583


How do you send email with attachment from outlook using qtp ?

565