Hi,I was testing Tracker.class.php. There are a quite a few assertions related to database queries I might need to implement. I wanted to know what would be the best approach between using dummy queries and mocking the database interface class.What I thought was to use dummy queries when the SQL query is a SELECT statement and the result of the query is being further used.Please advice.Thanks!--Ayush Chaudhary