A Tale of Two Test Suites - WordPress, API Mocking, and Integrations

Comments

Comments are closed.

A fantastic introduction to testing, particularly within the context of WordPress. Good explanation of the difference between unit and integration tests early on, which helped support the use cases for the WP core testing library v. WP_Mock (both useful w/ distinct purposes).

Had scheduling worked out differently, this talk would have been a great intro course _before_ the "Testing as Regression Prevention" workshop(s), as this talk featured more fundamental concepts while the workshops provided a venue to apply the concepts.