1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

php testing software?

Discussion in 'PHP' started by Questionmark, Feb 11, 2008.

  1. dwayne12

    dwayne12 Well-Known Member

    Messages:
    184
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #21
    I wasn't implying to you that you don't work on large PHP projects. It was directed at the creator of this forum topic. Sorry for the misunderstanding. What I meant is that I doubt the creator of this topic is working on massive project, big enough to warrant the use of a debugger.

    And I most certainly do not deny that there are huge PHP projects out there. A company I worked for that provided SMS gateway services had a HUGE project that had been in the works for 5 or so years. And that was a lot of code.
     
    dwayne12, Feb 12, 2008 IP
  2. phpl33t

    phpl33t Banned

    Messages:
    456
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #22
    If one minds their code and thinks 5 steps ahead, a debugger is never needed. Php follows simple rules, Follow the rules to the max and you will have no bugs.The ones you have you find when trying the site out, hence beta testing.
     
    phpl33t, Feb 16, 2008 IP
  3. able

    able Peon

    Messages:
    44
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #23
    To the original poster:

    There are not many tools for php testing - there are very few capable of creating automatic test cases and/or mutation testing.

    However you could start with PHPUnit and perhaps the Zend IDE which allows a simple way to run tests and suites.
     
    able, Feb 16, 2008 IP
  4. tamilsoft

    tamilsoft Banned

    Messages:
    1,155
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #24
    tamilsoft, Feb 17, 2008 IP