Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How can I test a javascript-enhanced web application on Linux?

by saintmike (Vicar)
on Mar 13, 2005 at 03:06 UTC ( [id://439051]=note: print w/replies, xml ) Need Help??


in reply to How can I test a javascript-enhanced web application on Linux?

At first, I thought about adding javascript support to WWW::Mechanize using JavaScript::SpiderMonkey. It sounds nice in principle, because JS::SM is the javascript interpreter used by Mozilla. However, in fact it's only the raw interpreter, lacking any browser objects (window, document, etc.) or DOM initialization. After looking at several W3 specifications and HTML::TreeBuilder, I decided to pass on trying to implement the DOM myself.
You are absolutely correct, the DOM is the missing part. And even if it was implemented in some form, it would be a very special DOM, not reflecting all the myriads of browser bugs, which are accepted 'features' now.

If you really want to test a web application, you need to test it with all the browsers you're supporting.

There is, however, the benefit of having an automated regression test, even it it's only for a special (maybe limited) DOM implementation. So far, no one has tackled the task to my knowledge.

  • Comment on Re: How can I test a javascript-enhanced web application on Linux?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://439051]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-25 08:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found