I am not finding pages and links in object spy on web testing.
I am only getting window and winobject.
where is the problem?
thanks

Answer Posted / akshar

the above answer is not 100% correct the main problem
according to my experience is first you open the qtp & then
you open your script also make sure that you are using
internet explorer as your browser & dont use mozilla or
netscape navigator or opera.. if this solves ur problem i
will be very happy

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to prepared for first for the first interview?

1894


How many add-ins comes by default with quicktest professional?

627


What is checkpoint in qtp?

648


Explain about Test Fusion Report of QTP?

701


How to data driven test for Win objects in QTP ?

1549






Which features or drawbacks of QTP lead to the upgrade for a newer version?

657


What is the use of sendkeys and what are send keys

2053


How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is

6396


how to disable the pop ups through QTP using a script

1825


What is the difference between a Function and Action in QTP?

701


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

1578


What is test object model in quicktest professional?

716


How to use parameterization in qtp?

716


What is fragmentation and paging?

1672


Explain how to use QTP to check broken links on a page?

677