Value verification in tables
Posted: Tue Jul 14, 2009 9:28 pm
This is a question similar to one below about automation but I hope different enough to warrant this post.
I'm faced with checking the values that a website produces. These values are in a table. I'd like to make sure these values match the values in a database. Can I use SimpleTest or PHPUnit for this or is some other approach required?
I'm faced with checking the values that a website produces. These values are in a table. I'd like to make sure these values match the values in a database. Can I use SimpleTest or PHPUnit for this or is some other approach required?