Forum Discussion
jose_pita
12 years agoSuper Contributor
I don't know how DUnit works and what kind of tests it does, but, If I were you and didn't know anything about them, just forget about it.
Get a good documentation of the app you are going to test and start breaking keyboards :D
Also, try to document your code so that the next guy does not go through the same than you.
You can use yuidoc comments in your JS files.
Also, if you are starting, build a good framework first so that you can reuse tests wherever needed instead of creating new ones all the time.
Anyway, that's what I would do...
Best of luck!
Get a good documentation of the app you are going to test and start breaking keyboards :D
Also, try to document your code so that the next guy does not go through the same than you.
You can use yuidoc comments in your JS files.
Also, if you are starting, build a good framework first so that you can reuse tests wherever needed instead of creating new ones all the time.
Anyway, that's what I would do...
Best of luck!