General Chicken hires a few devs on upwork.com for a new project.
Author: General Chicken
Videos, podcasts and streamers wanted!
Want to show off your WordPress videos! I’m making a live playlist for various platforms. Contact John Dee.
email: wpdev@wpdev.tv
The General Way of Pair Programming [from the driver’s POV]
login to Cloud9
talking about the software
the developer navigator
the programmer driver
talking about the next thing
test driven development
red, green, refactor
two types of tests
procedures
come to my file – one the Cloud9 IDE
make a test – create a failing test
pass the test – create code to make the test pass
Free Online Course – WordPress Plugin Programming using Behavior Driven Development in the cloud
7pm PST M-F on Twich and https://wpdev.tv
What is Behavior Driven Development [BDD]?
Outside in
Thinking in terms of actors, behaviors, and shoulds.
The should statement
e2e tests
unit tests
Outside in revisited
Testing frameworks
Codeception, Selenium
The General Chicken Server
WordPress Unit Testing 101
General Chicken explain how to do unit testing. Tune in at 7pm PST
- What is a unit test?
- How does the PHPUnit / Codeception framework work?
- Running the suite
- Seeing results
- Red, Green, Refactor