Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Adding Tests to Mature Web App

by lima1 (Curate)
on Aug 09, 2006 at 09:57 UTC ( [id://566368]=note: print w/replies, xml ) Need Help??


in reply to Adding Tests to Mature Web App

Write tests for your bugs before you fix the bugs. Check your test coverage with Devel::Cover before you refactor some code. If not all lines that are affected by your planned refactoring are covered, write tests. If you add new features, write tests before implementing the features. Don't waste time: don't write tests for mature code that you don't plan to change in the near future. It is no problem that you are late. The biggest problem is that your core API is probably not as clean as it should be for nice tests, simply because you did not need a clean API. Your test strategy depends on your existing code base. Maybe it is ok to refactor (modularize) your configuration code because it would not be too much work. But generally it is a bad idea to refactor mature code just to test it easier.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 22:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found