How to handle Dynamically changing Objects in QTP?
Answer Posted / raj.qtp
By using Descriptive programming...u do that
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to find a window is minimized or not
How do you create regression test packs?
How to use Environment parameterization? Explain with an example.
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How to call a test from another test?
Explain sub procedure of vbscript.
explain keyword driven framework with banking domain?
What is contained in the object repository?
Where we can use the analog mode and where we can use the low – level mode?
What are metrics and matrix?
Can any one send me the QTP Basic Coding Samples?
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
Explain how Does Run time data (Parameterization) is handled in QTP?