| bio | website | |
|---|---|---|
| location | ||
| age | 32 | |
| visits | member for | 8 months |
| seen | Jun 14 at 13:24 | |
| stats | profile views | 7 |
|
Feb 24 |
awarded | Supporter |
|
Feb 24 |
comment |
JavaScript…what to unit test Regarding the section "Semi-Agreed on the DOM Interface". Yeah, I mean, as you're running the tests you would needed a dedicated DOM section to perform operations, it's just crazy impossible. Makes unit testing which should be easy next to impossible. |
|
Feb 24 |
comment |
JavaScript…what to unit test Regarding the section "Why not Ajax?" there are only 2 callback functions that can be invoked: success or error. You should delegate the success data or the error to the appropriate methods in the logic layer and test there. So I don't agree that you should put code into the AJAX success and/or error callback functions. |
|
Feb 23 |
awarded | Student |
|
Feb 23 |
asked | JavaScript…what to unit test |
|
Jan 16 |
answered | What should be tested in Javascript? |