in reply to What is your Javascript-workflow?
you can write testsuites in JS to check the integrity and you can catch errors to generate automatic reports in error cases.
If it's a DHTML application you will need to automate a browser using selenium or imacros.
You can also send isolated JS-snippets from perl to the browser with mozrepl or WWW::Mechanize::Firefox.
As I said, it depends!
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What is your Javascript-workflow?
by morgon (Priest) on Apr 21, 2013 at 22:15 UTC | |
by Corion (Patriarch) on Apr 22, 2013 at 05:04 UTC | |
by dorward (Curate) on Apr 22, 2013 at 12:34 UTC |