InterviewSolution
| 1. |
What Is The Difference Between Uat (user Acceptance Testing) And System Testing? |
|
Answer» System Testing: System testing is finding defects when the system under goes testing as a whole, it is also known as end to end testing. In such TYPE of testing, the application undergoes from beginning till the end. UAT: USER Acceptance Testing (UAT) involves running a product through a series of SPECIFIC tests which determines whether the product will MEET the needs of its USERS. System Testing: System testing is finding defects when the system under goes testing as a whole, it is also known as end to end testing. In such type of testing, the application undergoes from beginning till the end. UAT: User Acceptance Testing (UAT) involves running a product through a series of specific tests which determines whether the product will meet the needs of its users. |
|