Why you are Using Descriptive programming instead of Object
Repository?
Answer Posted / rico
In some scenarios, QTP will not able to recognize the
objects in the appliation based on the description proivded
in the objects repository. Say, mutilple objects in the OR
has the same description and in these scenario QTP has the
abiguity of doing the operation on the object and throws an
error. To avoid this, we go fot the DP.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
wt is the use of multiple questions in QTP
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
after initiating one project for testing, when exacltly QTP tester role starts?
Is it possible to switch between recording modes during a test creation?
When ‘option explicit’ keyword is used in qtp?
What is Distributed testing? How does UFT support it?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
What is business process testing(bpt) in qtp?
how to know no.of mails in our g mail by using vb-script
How to capture a window in QTP?
Is virtual object supported in low level recording mode?
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
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
How to test fly out menu in qtp?
Why script error occur in between recording in qtp?