in reply to Re^4: Using Perl to Test a Web App that uses Javascript
in thread Using Perl to Test a Web App that uses Javascript
No, there isn't, unless you are testing a web browser. All that matters when testing a server is that you send in a certain request and get back a certain response. If you really want to check that the correct JavaScript was returned, you can compare it to a known correct sample. It's no different from checking any other content in an HTTP reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Using Perl to Test a Web App that uses Javascript
by diotalevi (Canon) on Jun 08, 2004 at 20:04 UTC | |
by perrin (Chancellor) on Jun 08, 2004 at 20:11 UTC | |
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 | |
|