Give me the Example of standard check point and text check
point with syntax?

Answers were Sorted based on User's Feedback



Give me the Example of standard check point and text check point with syntax?..

Answer / varun

using standard check point we can check only properties of
an object..

using text check point we can check the required text in
the web page

this is the diff as per my knowledge in qtp

Is This Answer Correct ?    6 Yes 1 No

Give me the Example of standard check point and text check point with syntax?..

Answer / 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

Give me the Example of standard check point and text check point with syntax?..

Answer / raghu

standard check point is usually used to check the images in
the WEB pages...

text Check point is used to check the text on a web page...

Pls let me know if something is wrong.

test_professional7@yahoo.co.in

Is This Answer Correct ?    7 Yes 9 No

Post New Answer

More QTP Interview Questions

In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click

2 Answers  


How to load an object to a object repository at RUN TIME ?

3 Answers  


Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com

0 Answers  


Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.

1 Answers   Virtusa,


How to retrieve the data from database?

6 Answers   Wipro,


Where you are storing your script?

0 Answers  


Sql questions to find second max salary and how to use joins

0 Answers   Deloitte,


Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"

5 Answers   Cap Gemini,


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, as i'm not in a possition to afford any 'Fee' to join in any institutions. Hence, if possible, kinldy mail PDF file to my mail-ID: chakri_avala@yahoo.co.in Regards, Chakradhar Yadav.

95 Answers   Cap Gemini, Citrix, CTS, IBM, Logistics, QA InfoTech,


If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?

7 Answers   Mphasis,


difference Between Call Run action and copy of action?

3 Answers   Quest,


How can you quit from Action.

2 Answers  


Categories