Explain the check points in QTP?

Answer Posted / geetha nagekar

Checkpoint is a feature provided by the QTP which is used
for checking something during the execution at any point of
time.

OPERATIONAL OVERVIEW OF CHECKPOINTS
1.Pre-exucution phase
2.While -execution phase

PRE-EXECUTION PHASE:
In this phase it will do the following.
1.It will capture the expected value.
2.it will genarate the corresponding sript statements.

WHILE-EXECUTION PHASE:
In this phase it will do the following.
1.it will capture the actual value.
2.it will compare the actual value with expected value.
3.Finally it will display the result as pass/fail.

TYPES OF CHECK POINTS:
1.Standard checkpoint
2.Bit-map checkpoint
3.Text checkpoint
4.Textarea checkpoint
5.Database checkpoint
6.XML checkpoint
7.Page checkpoint
8.Table checkpoint
9.image checkpoint
10.accessability checkpoint

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to recognise the webelement and verifying that webelement is enabled?

1646


What is difference between run time object and test object?

558


Explain about the test fusion report of quicktest professional (qtp)?

537


How are actions and functions different in QTP?

658


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1328






Hoe can we do retesting using functions please give the code for it using login page

1567


write a script to verify the image path(src property) of the images which are in web pages.

1809


What are the recording modes in wave event?

1538


Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?

1688


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

1433


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3618


Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?

1581


Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B

2910


What is qtpro? What is a quick test professional?

587


What is an object repository?

610