Functional Testing: what to test?

I’ve been working with PHPUnit’s SeleniumTestCase. I worked out some good login switching for the two authentication schemes I’m working with. Then came time to actually write some tests. But what to test? Unit testing tests a single class. A singular piece of code or a unit. I typically write unit tests for Models only. … Continue reading Functional Testing: what to test?