An Alternative Perspective on Acceptance Testing


In this video we look at how we can use Acceptance testing on any website. It doesn't even have to be one we control.

So you might be thinking we can only use Acceptance tests against - for example - our development server, or our staging server. Or God forbid, our prod server.

But no, we can actually run Acceptance tests against anything. In this example we look for text on the BBC home page.

Remember, an Acceptance test is very similar to a human being sat at a computer running through an ordered list of steps / procedures to recreate situations that you want to happen, don't want to happen, or never want to happen again :)

Code For This Course

Get the code for this course.

Code For This Video

Get the code for this video.

Episodes