Explain the check points in QTP?
Answer Posted / manjula
There are 10 types of check points in 9.2
1.Standard check point
2.Page check point
3.Table check point
4.Image check point
5.Text check point
6.Text Area check point
7.Bitmap check point
8.XML check point
9.Database check point
10.Accessibility check point
| Is This Answer Correct ? | 20 Yes | 13 No |
Post New Answer View All Answers
can anyone tell me from where i can download qtp demo or crack version
How to test background color and dynamic images during run time can you put the check point for moving objects?
Explain how qtp identifies objects?
what is meant by Implicit and explicit requirements?
What are the advantages of Object Repository?
How to analyzing test results using quicktest professional (qtp)?
What is Unicode Compatibility?
How to use debug tools?
Is any limitation to xml checkpoints?
What is the difference between keyword view and expert view?
How you create new action in qtp?
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
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
How to find array size in qtp?
write the vb script for call to new action in qtp?