I need to test a series of functions in PHP. The functions return a boolean value for a series of conditions (e.g. if the user has foo and bar, but not hotch, then return true.) My problem is that there are a potential of over 1000 cases to test. Can anyone suggest a way to automate this process?
posted by grefo
on Sep 7, 2004 -
5 answers
I have been looking at changing my web development focus from Windows/ASP/.NET to LAMP(Linux, Apache, MySQL, PHP/Python/Perl) because my gut is telling me that this is where things are going. Oh, Java should be in there as well.
What's the skinny on LAMP in the real world (Netcraft
surveys aside)? Is it difficult to change to LAMP/Java? Is the open source thing really sticking?
posted by grefo
on Jan 9, 2004 -
14 answers