cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Acceptance Testing

Former Member
0 Likes
29,598

Hai,

If Anybody Knows User Acceptance Testing,Please define it and what's difference between User Acceptance Testing and unit/integration testing...

View Entire Topic
Former Member
0 Likes

Hi,

Unit Testing:

Test of some technical development such as a user exit, custom program, or interface. the test usually consists of a test data set that is processed according to the new program. A successful test only proves the developed code works and that it performed the process as as designed.

IntegrationTesting:

Testing a process, development or configuration within the context of any other functions that the process, development or functionality will touch or integrate . The test should examine all data involved across all modules and any data indirectly affected. A successful test indicates that the processes work as designed and integrate with other functions without causing any problems in any integrated areas.

User Acceptance Testing:

Refers to Customer testing. The UAT will be performed through the execution of predefined business scenarios, which combine various business processes. The user test model is comprised of a sub-set of system integration test cases.

Regards,

Ferry Lianto