Kalamuna Testing Ethos

What/when do we test?

Coding standards are important.

Tests are for clients too. 

 

Don’t let testing block development.

Testing Areas

HTML Validation

Testing to make sure the HTML coming out of the template is valid.

 

 Javascript

Testing Tools


Browser Drivers

PHP

PHPUnit for new tests, leverage existing Simpletest

Testing Tools

Simpletest → D7 (D8 will accept)

PHPUnit → D8

 Resources

http://bdd.alexo.it/