Ortus Developer Week (ODW)
November 06-10, 2017

A Training Extravaganza Coming to Your Desktop or Mobile or iPad or Android or Whatever!

Integrated: A TestBox package for even better Integration tests in ColdBox

Nov 15, 2016

session: 3 (see session times to right)

level: Intermediate

This live session was recorded and is now viewable on Adobe Connect...

VIEW SESSION RECORDING

Start using an easy, fluent API for your integration tests! (https://github.com/elpete/integrated)

function run() {
    describe( "Registering", function() {
        it( "allows a new user to register for the site", function() {
            this.visitEvent('register.new')
                .type('Eric', 'name')
                .type('mYAw$someP2ssw0rd!', 'password')
                .press('Register')
                .seeTitleIs('Home')
                .seeOnPage('Welcome, Eric!');
        });
    });
}


All open source products, trainings and websites are maintained thanks to your patronage, so please help us out and become an Ortus Patreon today!
Sponsor Us

Presented by: Eric Peterson

Eric Peterson (@_elpete) is a cfml and javascript developer at O.C. Tanner in Salt Lake City, Utah. He attended the University of Utah and received a degree in Information Systems thinking he would hate programming as a career. He started programming in cfml (and in general) in 2012 and has never been more happy to be proved wrong. What he lacks in experience, he makes up for by demos and blogging. A beginner himself, he blogs about many beginner topics at http://dev.elpete.com.