in reply to Re^6: Using Perl to Test a Web App that uses Javascript
in thread Using Perl to Test a Web App that uses Javascript
Pretty much everyone verifies HTML by comparing it to a known good output with regexes or the like. There's no reason JavaScript can't be treated the same way.
Testing the actual quality of the JavaScript and HTML is a separate task which is typically done manually by live people who load it up on different platforms and look at it. Although it sounds theoretically possible to automate JavaScript testing to the point that one could tell whether or not the code produces errors, I've never heard of anyone really doing it with an automated test.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Using Perl to Test a Web App that uses Javascript
by diotalevi (Canon) on Jun 08, 2004 at 20:23 UTC | |
by McMahon (Chaplain) on Jun 08, 2004 at 20:41 UTC | |
by PodMaster (Abbot) on Jun 09, 2004 at 05:31 UTC | |
by perrin (Chancellor) on Jun 08, 2004 at 20:59 UTC | |
by McMahon (Chaplain) on Jun 08, 2004 at 21:18 UTC |