in reply to Re^5: Using Perl to Test a Web App that uses Javascript
in thread Using Perl to Test a Web App that uses Javascript
I would normally expect that test would not be solely about the state changes the server but also on the information being reported to the user. Since the web browser is the client, the test should include validation that the correct thing happens on the client. I can appreciate that from one point of view the client can be treated as black box for generating HTTP traffic but from another - it is just another major node on which to validate the state changes.
On a Win32 machine I suppose you'd want to script the browser with COM. What would be the equivalent to script stuff like Mozilla on non-Win32 machines?
At work, our supported browsers are Internet Explorer 5.5 SP2 and Netscape Navigator 4.78. My application testing always has to extend to validating that the browser is doing the correct thing with whatever the server gave it. I imagine that your application testing is similar except with more supported browsers. At the moment, this means that all the testing is highly manual and not scripted at all. Its a bummer but given the lack of hooks into the browsers being tested it isn't something that we can change.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Using Perl to Test a Web App that uses Javascript
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 | |
by McMahon (Chaplain) on Jun 08, 2004 at 21:18 UTC |