AngularJS, Netcast

AngularJS End to End testing with Protractor Episode 001

This is the first episode in a revised series of videos about using Protractor to perform end to end test for AngularJS applications.

Since my original video back in August of 2013, the Protractor end to end testing framework has changed significantly. It has become easier to use, simpler to write tests and its functionality has increased.

This series of videos are a deep dive into using the Protractor testing framework to write end to end tests for your AngularJS applications.

This episode covers what Protractor is and how to install it into your application. It also provides a simple hello world style demo showing how to configure a project to use protractor and phantomjs to write end to end tests.

Standard
AngularJS, Coding

Using Page Objects in AngularJS Protractor

This is one of the presentations from the February 2014 DFW Area AngularJS Meetup.

Introduction on how to use the Page Object pattern to simplify your Protractor End to End scenarios.

Topics covered:

• Common redundancy in end to end scenarios

• The Page Object pattern

• Implementing Page Objects in Protractor

Slides can be found at

https://docs.google.com/presentation/d/1B6manhG0zEXkC-H-tPo2vwU06JhL8w9-XCF9oehXzAQ/edit?usp=sharing

Code can be found at

https://github.com/lavinjj/breweverywhere

Standard