Wednesday, December 30, 2020

Test and Code: 141: Visual Testing - Angie Jones

Visual Testing has come a long way from the early days of x,y mouse clicks and pixel comparisons. Angie Jones joins the show to discuss how modern visual testing tools work and how to incorporate visual testing into a complete testing strategy.

Some of the discussion:

  • Classes of visual testing:
    • problems with pixel to pixel testing
    • DOM comparisons, css, html, etc.
    • AI driven picture level testing, where failures look into the DOM to help describe the problem.
  • Where visual testing fits into a test strategy.
  • Combining "does this look right" visual testing with other test workflows.
  • "A picture is worth a thousand assertions" - functional assertions built into visual testing.
  • Baselining pictures in the test workflow.

Also discussed:

  • automation engineer
  • Test Automation University

Special Guest: Angie Jones.

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

Links:

<p>Visual Testing has come a long way from the early days of x,y mouse clicks and pixel comparisons. Angie Jones joins the show to discuss how modern visual testing tools work and how to incorporate visual testing into a complete testing strategy. </p> <p>Some of the discussion:</p> <ul> <li>Classes of visual testing: <ul> <li>problems with pixel to pixel testing</li> <li>DOM comparisons, css, html, etc.</li> <li>AI driven picture level testing, where failures look into the DOM to help describe the problem. </li> </ul></li> <li>Where visual testing fits into a test strategy.</li> <li>Combining &quot;does this look right&quot; visual testing with other test workflows.</li> <li>&quot;A picture is worth a thousand assertions&quot; - functional assertions built into visual testing.</li> <li>Baselining pictures in the test workflow.</li> </ul> <p>Also discussed:</p> <ul> <li>automation engineer</li> <li>Test Automation University</li> </ul><p>Special Guest: Angie Jones.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2JDHRTz" rel="nofollow">PyCharm Professional</a>: <a href="https://ift.tt/2JDHRTz" rel="nofollow">Try PyCharm Pro for 4 months and learn how PyCharm will save you time.</a> Promo Code: TESTANDCODE20</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineering</a></p><p>Links:</p><ul><li><a href="https://ift.tt/2zGdHN4" title="Test Automation University" rel="nofollow">Test Automation University</a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...