|
Re: PDO Unit Tests [message #181800 is a reply to message #181798] |
Mon, 03 June 2013 16:27 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 6/3/2013 11:53 AM, Bennett Talpers wrote:
> Are there any unit tests that test PDO functionality?
>
Sure - the ones you write.
Proper unit tests are VERY SPECIFIC to the unit being tested.
A proper unit test will use both valid and invalid values and
combinations of operations to ensure not only does it work when it
should, it also rejects improper data and/or operations.
Therefore, what is valid for one unit is almost never valid for another
unit.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
|
|