Multiple choice technology testing

In QTP, which Checkpoint is being used for verifying the web page with W3C standard?

  1. Bitmap checkpoint

  2. Standard checkpoint

  3. Accessibility checkpoint

  4. XML checkpoint

Reveal answer Fill a bubble to check yourself
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.