Give me the Example of standard check point and text check
point with syntax?
Answer Posted / fr
You can do text verification using "Standard checkpoint" if the object being tested has a text-type property. For instance in most objects, the displayed text on the UI is a reflection of one of its properties (like say "text", "title", "attached_text" etc).
"Text checkpoint" is used when you want to perform text verification and the object being tested has no property from which the text can be extracted.
If the object does have a text-type property it is recommended that the verification for the text be performed using a "standard checkpoint".
"Text checkpoint" is also used when you want to verify a part of the text (which may include the text displayed before and / or after the verified text)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many tabs are available in debug viewer pane?
What is the difference between a Function and Action in QTP?
What is the diff between image and bitmap check point?
Explain in brief about the quicktest professional automation object model?
How to capture a window in QTP?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Hi,All How to create a link in excel sheet using 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
How to create a standard checkpoint ?
what is the frame work in J-meter?
What is checkpoints for quicktest professional (qtp)?
how to prepared for first for the first interview?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How do you capture tooltip using QTP?
Your roles and responsibilities and daily tasks? (As automation tester)