It is possible to create integration test with intern? Or also something like send inputs to a function that call's a ajax function and mock/stub the response of the ajax call?
And the second question is: is there a tool to simply run the test of javascript in an IDE? (like the junit testing) So you can see the result without a html page?