Re: simpletest vs phpunit vs ... [message #180501 is a reply to message #180500] |
Fri, 22 February 2013 15:14 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 2/22/2013 10:03 AM, Goran wrote:
> On 22.2.2013 14:52, Jerry Stuckle wrote:
>> On 2/22/2013 3:05 AM, Goran wrote:
>>> On 21.2.2013 14:40, Scott Johnson wrote:
>>>> On 2/21/2013 2:09 AM, Goran wrote:
>>>> > On 19.2.2013 14:22, Jerry Stuckle wrote:
>>>> >> I don't use any packages. I write my own tests, based on the design
>>>> >> criteria. It isn't all that hard and can do a more thorough job of
>>>> >> testing.
>>>> >
>>>> > Sounds like fun
>>>> >
>>>>
>>>> If you want fun you go Skiing, if you want something done right, for the
>>>> most part, do it yourself. :)
>>>
>>> I just thought we are supposed to build applications, not platforms :)
>>> Foolish me
>>>
>>
>> I do build applications. Tests are not platforms.
>
> True, but platform for running tests is... well, platform
>
Testing is best done by someone other than the programmer(s) writing
tests according to the documentation. That way you can thoroughly test
what the code is supposed to do according to the design.
In such a case, not only do you not need a platform - a platform will
generally get in the way of performing the necessary tests.
Some people think they need a platform for everything. That isn't true.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|