Hacker News new | ask | show | jobs
by owz 5424 days ago
Great article. I was wondering what you use for your test frameworks?
1 comments

Not sure if I understand. What do I use to test? Or what frameworks do I recommend?
Apologies, 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.