If a object property is changed in the application. where
it should be updated in QTP...


Pls anybody can give the answer.. Thanks in advance...

Answer Posted / bharath

we should change the object property values in object
repository

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where can I find and view run-time data table?

511


Is it possible to split an action? How?

647


How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")

1408


How will you test a keyboard?

586


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

1471






Hi All, I need code for how to execute qtp scripts from excell sheet

1447


Explain how you can delete excel file in qtp?

576


Explain the types of properties that quick test learns while recording?

545


What is QTP’s model for test creation?

658


What are the advantages of qtp?

561


How you can decide which type of object repository you have to use?

687


How you will rate urself in QTP in the range of 0 to 5

1736


Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.

2993


We stored into the objects OR and then write the scripting

1528


What is different command used in command Prompt while using QTP?

1731