Answer Posted / binduswetha
"checkpoint is a feture provided by qtp which is used for
checking something during executiion at any of time".
checkpoints works in 2 phases:
1.pre-execution phase
2.while execution phase
types of checkpoints:
1.standard checkpoints
2.bitmap checkpoints
3.text checkpoints
4.textarea checkpoints
5.database checkpoints
6.xml checkpoints
7.page checkpoints
8.table checkpoints
9.image checkpoints
10.accessability checkpoints
7,8,9 are hidden checkpoints.
7-10 are web related checkpoints.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
hou can we use vb script in qtp could u tell me breafly
How many lines of code in each script of QTP?
Hai anyone please "Explain about Framework in QTP?"
How you can decide which type of object repository you have to use?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
what kind of frame work you used in your last project?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Your roles and responsibilities and daily tasks? (As automation tester)
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
How can i check items sorted or not in a weblist ? Give me the script for this...
what is object and child object.. explain ..if possible give some example for better understanding ..
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
Which environments does qtp support?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
Can we create a qtp test from qc?