Explain the check points in QTP?

Answer Posted / atreya sarma

A Check point is used to compare our Expected value with our
build Actual Value. There are 8 types of Check points in QTP.

1. Standard Check Point
2. Bitmap Check Point
3. Database Check Point
4. Text Check Point
5. Text Area Check Point
6. Accessibility Check Point
7. XML Check Point - Web page
8. XML Check Point - File

Is This Answer Correct ?    47 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to record a qtp script ?

546


how can we preform retesting(DATA driven test) using function please gine the code for loginpage

2262


What does it mean when a check point is in red color? What do you do?

561


How you create new action in qtp?

556


How can get count of list box?

631






i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer

3487


what are the mandatory properties for a tex boxc (scenario?)

1523


Is it possible to change the values of analog recording?

563


regular expression in qtp standar check point for months from accepting months from january to december only

1471


What are the automation metrice in your project?

1705


Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.

3002


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2414


Explain in brief about the quicktest professional automation object model?

507


How to capture all the data of a webtable, weblist and combolist using QTP?

2846


Does quicktest professional (qtp) is unicode compatible?

534