Implementing Checkpoint in QTP 1.
Standard Checkpoint for Windows application Step1: Activate Windows Application with its expected state. Step 2: Initialize recording in QTP by clicking on Record button Step 3: Implement checkpoint by selecting (Insert Checkpoint Standard Checkpoint) Step 4: Point the object and click once to capture its expected properties Step 5: Click on Stop button Step 6: Run the test and analyze the results before and after modification of data in object
2.
Standard Checkpoint for Web application Step 1: Start recording functional operations on Web site and Implement checkpoint after reaching to expected state (Insert Checkpoint Standard Checkpoint) Point the object on web page and click once to capture expected property Step 2: Playback the script and analyze the test results based on Expected and actual properties associated with Web object
3.
Implementing Text Checkpoint for Window and Web Pages
Step 1: Activate AUT (Windows / Web Page) Step 2: Implement Checkpoint (Insert Checkpoint Text Checkpoint) Step 3: Point the text and click once to capture expected text from window or web page Step 4: Playback the script and analyze the test results before and after alteration of Text place in Windows application or Web Page 4.
Implementing Text Area Checkpoint for Windows and Web Page
Step 1: Activate Application under test with Text in it (Windows / Web Page) Step 2: Select Insert Checkpoint Text Area Checkpoint
Step 3: Mark the Area to capture expected text from the marked area Step 4: Playback the script before and after modification of text placed in marked area 5.
Implementing Bitmap Checkpoint for Windows and Web Page Step 1: Activate application under test with a picture (windows / Web Page) Step 2: Implement Checkpoint (Insert Checkpoint Bitmap Checkpoint) Step 3: Point the object and click once to capture picture from window / web page Step 4: Playback the script before and after modification of picture
6.
Implementing Database Checkpoint
Step 1: Implement checkpoint by selecting (Insert Checkpoint Database checkpoint)
Step 2: Select Specify SQL Statement option and click on next
Step 3: click on create button to specify DSN details flights32 Step 4: type the SQL Statement (Select * from flights)
Step 5: click OK to confirm the checkpoint and Playback the script before and after performing DML Operations
7.
Implementing XML Checkpoint for file
Step 1: Check the location of XML file in Operating system Step 2: Implement Checkpoint by selecting (Insert Checkpoint XML Checkpoint (File) Step 3: Specify the location of XML File Step 4: Playback the script and analyze the results before and after alteration on XML Tags and Text 8.
Implementing XML Checkpoint (Web / Frame)
Step 1: Select Insert Checkpoint XML Checkpoint (Web / Frame)
Step 2: Point the web page and click once to capture the XML Tags place in the current page Step 3: Playback the script before and after alteration of XML Tags 9.
Implementing Accessibility Check
It helps in finding the restrictions placed on Web Browser (Firewalls) which are set with the help of Tools Internet Options Step 1: Open any Web Page and select Insert Checkpoint Accessibility Checkpoint Step 2: Point the web page and click once Step 3: Playback the script to analyze the Accessibility check results for the current page