Page 1 of 1

javascript

Posted: Mon Mar 24, 2014 6:44 am
by adikish
can we test Javascript code line by line . How to automatically test Javascript application

Re: javascript

Posted: Mon Mar 24, 2014 7:11 am
by Jonnycake
In firefox with web developer tools you can use scratchpad to test single/multi-line JavaScript, since other browsers also seem to have the web developer toolbar now I'd assume they also have a similar function.