Hi
Following are the details regarding Release Acceptance Testing System Integration Testing Data Integrity Testing
1. Release Acceptance Testing
Lets consider the following example:
The business say a bank plans to plan to test a cards application in 3 releases : Release 1 2 & 3.
Each release has few enhancements(functionalities) like Chargebacks Fraud reporting etc.
Testing these enhancements release wise is termed as Release Acceptance Testing
2. System Integration Testing
Clubbing all the modules of an application together and testing it as one single system is termed as System Integration Testing
3. Data Integrity Testing
Consider the scenario below:
When some external data(like Flat Files) are transmitted into to your application you expect complete communication of data (say for example if you are expecting Rs.5000/- from the external file to be populated as Rs.5000/- in Transaction Amount field in your application then you are looking out for Integrity of data transferred from external interface to your application. This is Data Integrity Testing
No idea about Forced Error Testing.
Would like to know if anyone can come up with an answer.