If we are record a same web page for 2 times.1st time it is
showing 6 objects in the Object Repository and for the 2nd
time it is showing like 7 Objects in the Object Repository
why it is happening

Answer Posted / tvsramakrishnachowdary

Naturally the objects in the web page are not loaded at a
time it can take some time...

for ex if images are there it can take some time to load
the image rather then text...

it also depends on speed of the internet...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you identify the browser and its information using the qtp script?

575


What is the difference in testing a client-server application and a web application?

579


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

1476


what are all the fileds present in object repository?

1551


What are the recording modes in wave event?

1531






What is data driver in qtp? Where we use it?

561


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

1797


Name the different types of recording modes?

570


How the exception handling can be done using quicktest professional?

536


suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question

1484


i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?

1598


Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.

1364


What is quicktest professional (qtp window?

589


How to associate shared object repository to test in qtp?

501


What is difference between shared and local object repository?

585