I am creating several jQuery plugins and moving forward. I thought it would be useful to learn some guidelines for testing my code to be strong.
I usually use Selenium , but it's just for debugging.
I would like to know how best to do some real test (e.g. TDD, BDD, DDD) for my code.
Any suggestion would be appreciated.
source share