2020
2013
2010
Introducing Yeti: The YUI Easy Testing Interface » Yahoo! User Interface Blog (YUIBlog)
(via)"Yeti is a command-line tool for launching JavaScript unit tests in a browser and reporting the results without leaving your terminal. Yeti is designed to work with existing unmodified YUI-based tests.
Yeti is designed to help you run tests before you commit. It compliments existing CI tools like Selenium and Hudson which run tests post-commit. Yeti is not a replacement for those tools."
padraic's mockery at master - GitHub
by 1 other (via)Une librairie pour créer facilement des mocks à utiliser pour les tests unitaires.
:jasonrudolph => :blog >> Testing Anti-Patterns: Incidental Coverage
(via)Don't feel bad, it's okay not to write unit tests.
Writing Efficient Tests - Web Mozarts
by 1 otherUnit testing can be a blessing and curse at the same time. Once you start doing it on a regular basis, it can become an addiction. You test everything, you feel the satisfaction of 110% test coverage giving you confidence in your code. But after a while, testing suddenly seems to slow you down. Everytime you make a change in your code you have to adapt several unrelated tests.
How to avoid this happen.
1
(7 marks)