Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Using Perl to Test a Web App that uses Javascript

by tomhukins (Curate)
on Jun 08, 2004 at 21:16 UTC ( [id://362555]=note: print w/replies, xml ) Need Help??


in reply to Using Perl to Test a Web App that uses Javascript

Before you write tests, determine your goals. Your tests must derive from and serve your goals, otherwise they lack purpose.

If your goals include security against potential attacks, you should test for invalid and implausible parameters at the server, regardless of any client-side (JavaScript) constraints you have.

Remember, client side validation may be disabled. Server side validation is always enabled.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-03-28 22:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found