Skip to content

Commit 4455c3c

Browse files
committed
Merge branch 'master' of github.com:FAC9/READMES into restructure-folders
2 parents 3e80288 + 0250ec3 commit 4455c3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

databases/Testing.md

+6
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ test('checks results', function() {
5353
- there are security and privacy implications to mock databases
5454
- once the db gets big, taking a copy of it and putting it into your dev environment can be a big deal
5555

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+
5662
## Resources
5763
- [An overview of database testing](http://www.softwaretestinghelp.com/database-testing-process/)
5864
- [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

Comments
 (0)