What is Release Acceptance Testing?What is Forced Error Testing?What is Data Integrity Testing?What is System Integration Testing

Showing Answers 1 - 3 of 3 Answers

Vijai

  • Jul 28th, 2006
 

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.

  Was this answer useful?  Yes

Rani

  • Jul 28th, 2006
 

Hi Vijai, Thanks for the reply. I got the Information needed.

  Was this answer useful?  Yes

Manju

  • Aug 23rd, 2006
 

hi...

its nothing but the mutation testing...here we delebrately introduce the errors in code and try to see whether those bugs are seen...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions