In QTP, which Checkpoint is being used for verifying the web page with W3C standard?
-
Bitmap checkpoint
-
Standard checkpoint
-
Accessibility checkpoint
-
XML checkpoint
C
Correct answer
Explanation
The Accessibility checkpoint in QTP is designed to verify that a web page complies with W3C accessibility standards (WCAG). It checks for proper HTML structure, ALT text for images, and other accessibility guidelines. Bitmap checkpoints capture pixel-by-pixel appearance, Standard checkpoints verify object properties, and XML checkpoints validate XML structure.