Skip to Content
Beautiful Testing
book

Beautiful Testing

by Adam Goucher, Tim Riley
October 2009
Beginner
350 pages
11h 10m
English
O'Reilly Media, Inc.
Content preview from Beautiful Testing

Automated Testing Isn’t

It’s very tempting to speak of “automated testing” as if it were “automated manufacturing”—where we have the robot doing the exact same thing as the thinking human. So we take an application like the one shown in Figure 16-1 with a simple test script like this:

  1. Enter 4 in the first box.

  2. Enter 4 in the second box.

  3. Select the Multiply option from the Operations drop-down.

  4. Press Submit.

  5. Expect “16” in the answer box.

A very simple application

Figure 16-1. A very simple application

We get a computer to do all of those steps, and call it automation. The problem is that there is a hidden second expectation at the end of every test case documented this way: “And nothing else odd happened.”

The simplest way to deal with this “nothing else odd” is to capture the entire screen and compare runs, but then any time a developer moves a button, or you change screen resolution, color scheme, or anything else, the software will throw a false error.

These days it’s more common to check only for the exact assertion. Which means you miss things like the following:

  • An icon’s background color is not transparent.

  • After the submit, the Operations drop-down changed back to the default of Plus, so it reads like “4 + 4 = 16”.

  • After the second value is entered, the cancel button becomes disabled.

  • The Answer box is editable when it should be disabled (grayed out).

  • The operation took eight seconds to complete.

  • The new page that ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Effective Software Testing

Effective Software Testing

Mauricio Aniche
Tidy First?

Tidy First?

Kent Beck

Publisher Resources

ISBN: 9780596806934Catalog PageErrata