Data Warehousing - Testing
Introduction Testing is very important for data warehouse systems to make them work correctly and efficiently. There are three basic level of testing that are listed below: Unit Testing Integration Testing System testing UNIT TESTING In the Unit Testing each component is separately tested. In this kind of testing each module i.e. procedure, program, SQL Script, Unix shell is tested. This tested is performed by the developer. INTEGRATION TESTING In this kind of testing the various modules of the application are brought together and then tested against number of inputs. It is performed to test whether the various components do well after integration. SYSTEM TESTING I n this kind of testing the whole data warehouse application is tested together. The purpose of this testing is to check whether the entire system work correctly together or not. This testing is performed by the testing team. Since the size of the whole data wareho...