Skip to content Skip to sidebar Skip to footer

Javascript Testing Framework Similar To Dojo Doh

Is there any framework in javascript similar to dojo DOH? I am looking for testing framework which is browser-based like dojo DOH, it provide support for both browsers and JS runti

Solution 1:

SitePen replaced DOH with Intern. Intern is well-tailored-for but not-specific-to the Dojo Framework. You can test any JS framework'd app with it. Note, though, I haven't used either.

Aside, an SE Architect I work with came back recently from a conference in love with Jasmine, so you may look at it. They seem to be completely different approaches to testing, so take a gander and decide for yourself where your tastes lie.

Post a Comment for "Javascript Testing Framework Similar To Dojo Doh"