We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Simple visual regression testing

Formal Metadata

Title
Simple visual regression testing
Title of Series
Number of Parts
32
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Visual regression testing is an afterthought to many developers working on lean development teams. We will go over how to create automated visual tests that are both scalable and simple to implement. Most of us will agree that testing CSS changes is important…in theory. But when you have limited development time and no QA resources, how do you ensure that pages look as expected after CSS changes? Instead of constantly having to click around we can programmatically detect UI changes In this talk I will start with how to set up your existing test environment with automated visual tests using Python and Selenium. Then we will discuss a few pit falls that I ran into when implementing visual regression testing The audience will be expected to have a general understanding about how test cases are set up in Django