I am new to the Testing Arena. I am working with a very heavy ExtJs application. And I am looking for the best testing tool. I came across a bunch of tools, but can't seem to make a decision.
1) Siesta 2) Jasmine 3) Riatest
I want to be able to deploy these tests easily on a CI server. Siesta and Jasmine can both be used with PhantomJs to automate the tests, but which one is better and easy to use? As long as I can generate various clicks correctly and capture output, I'm cool. Any help is appreciated.