Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: How to unit test code that used LWP

by Corion (Patriarch)
on Dec 17, 2012 at 12:38 UTC ( [id://1009157]=note: print w/replies, xml ) Need Help??


in reply to How to unit test code that used LWP

I use two approaches. The harder but more versarile approach is to distribute and spawn a custom webserver that exhibits the intended (error) behaviours under well-known URLs. See WWW::Mechanize and WWW::Mechanize::Firefox for examples of that. The other approach is to use fike:// URIs in the strategic places to return (broken) content with status 200 (or 404 for "not found").

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-23 11:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found