IKivan-kozenko -aqa
Try yourself as a QA tester
Back to topic

Quiz

Snapshot testing

Check yourself

  1. 1.A developer renames a CSS class on the order table from .orders-table to .data-table. Will the ARIA snapshot test break?
  2. 2.You want to assert that a toolbar has EXACTLY 3 buttons and no more. What do you add to the template?
  3. 3.What does an ARIA snapshot actually capture about a page element?
  4. 4.You run a snapshot test for the first time with an empty template string. What happens?
  5. 5.How do you update all outdated ARIA snapshot templates after a legitimate UI restructure?
  6. 6.You want to check that a navigation menu contains a 'Dashboard' link without listing every other link in the nav. How does ARIA snapshot matching work by default?
  7. 7.What is the key difference between ARIA snapshot testing and visual screenshot testing?
  8. 8.You can scope an ARIA snapshot assertion to a specific part of the page. Which call checks only the 'Actions' region instead of the whole page?