5 ms·
Great article. I was wondering what you use for your test frameworks?
by owz 15y ago
Great article. I was wondering what you use for your test frameworks?
- fling 15y agoNot sure if I understand. What do I use to test? Or what frameworks do I recommend?
- owz 15y agoApologies, I should have been more clear. I guess you could split testing into 2 parts: The logic testing of the JavaScript (unit tests/TDD/BDD) and cross-platform testing. There are a few different tools out there to do the first part (QUnit, jasmine, etc). Which tools and workflow have you used? Which do you recommend? How do you go about testing on multiple platforms? I guess a lot of it comes down to manual subjective performance testing? My testing knowledge currently leaves a lot to be desired, any advice would be welcomed! Thanks.