Functional Testing Examples and/or Tutorials

Hi everyone,

Do any of you know of any websites having good examples and/or tutorials about functional testing in Yii?

I’ve read the testing section of the definitive guide multiple times and have also read the Yii Agile book (but it’s been a while). However, sometimes examples for me are a better learning tool.

Thanks!

Tom

Have you tested out writing functional test instead of merely reading it? Also try search for information on PHPUnit Selenium, it might give you more results.

Thanks - yes, I tried that. I eventually found the information I needed in the Selenium documentation itself. It was just a little difficult to find at first. ;)