You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- there are security and privacy implications to mock databases
54
54
- once the db gets big, taking a copy of it and putting it into your dev environment can be a big deal
55
55
56
+
## What exactly needs testing about the database?
57
+
- Test if any errors are shown while executing queries
58
+
- Data Integrity is maintained while creating, updating or deleting data in database
59
+
- Check response time of queries and fine tune them if necessary
60
+
- Test data retrieved from your database is shown accurately in your web application
61
+
56
62
## Resources
57
63
-[An overview of database testing](http://www.softwaretestinghelp.com/database-testing-process/)
58
64
-[Strategies for unit-testing database-driven applications](http://stackoverflow.com/questions/145131/whats-the-best-strategy-for-unit-testing-database-driven-applications)
0 commit comments