I'm starting to learn Selenium and PHPUnit and I am interested in implementing what I've learned in my WordPress projects. I've seen http://unit-test.svn.wordpress.org and wonder if there are any tutorials or core-developer's notes on how to use it?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 4 down vote accepted

Resources on how to use the WordPress unit-test:

  1. WordPress Automated Tests Trac

  2. Automated Testing in The Codex

  3. The Unit-Test README File

  4. The PHPUnit Manual

  5. Hakre/WP Unit-Tests Codex Page

link|improve this answer
Another nice answer. – MikeSchinkel Aug 23 '10 at 3:45
@btw, i got this information from hakre blog. – justjoe Aug 23 '10 at 4:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.