best approach for testing javascript UI with jasmine [closed] best approach for testing javascript UI with jasmine [closed] selenium selenium

best approach for testing javascript UI with jasmine [closed]


jasmine-jquery is what most people use for testing UI with jasmine. It allows you to create sandbox fixtures to run your tests upon while defining most of the matchers you will need. It's pretty straight-forward and even if you do not rely on jQuery in your app, will work fine for testing.