I need to populate my tables in order to test the modules of my application. We all know the application is never complete and we always get surprises when we populate the tables with more data.
How do I make sure that I went throught all or most of the scenarios and how do I populate my tables in order to test my application correctly. Any good practices. What do companies use in these cases.
thanks for help.