DEV Community

Discussion on: I'm a UX UI developer, ask me anything!

Collapse
 
jrohatiner profile image
Judith

I use selenium IDE (works better in Firefox dev edition then Chrome). Chrome dev tools is awesome for performance for js.

Jasmine jasmine.github.io/2.0/introduction... is also a go to and Mocha mochajs.org/

TBH testing isn't my favorite task to do but its so important I'm really glad to have the tools to get it done right.