I've read the terms System Acceptance Test and User Acceptance Test in a document.
But I can't really figure out what's the difference between these two.
Can anybody explain the difference?
I've read the terms System Acceptance Test and User Acceptance Test in a document.
But I can't really figure out what's the difference between these two.
Can anybody explain the difference?
There is no official terminology in testing. Usually, the context in which they are used in the document should help find out the exact meaning the author have in mind.
From my experience though, I would say:
User acceptance testing is done by client or customer.It will take place in client place.They will check whether the application meeting the requirements or not.
system acceptance testing is the testing done on a particular application in different environments such as different OS, Browsers, browser versions etc.It is usually done in developer location only.
UAT- after completion of testing cycle, application goes to user acceptance testing it means client or user will test that application then that application will be live.
SAT- are special control systems developed to control the functionality of subsystem before sending the acceptance to the provider or system to check if the equipment to be accepted fulfills its specifications.
System Acceptance Testing (SAT):- **
It is end-to-end testing wherein testing environment is similar to the production environment.We can also called it End to End testing. Here, we navigate through all the features of the software and test if the end business / and feature works. We just test the end feature and don’t check for data flow or do functional testing and all.
** **
**:-Acceptance testing is done by end users. Here, they use the s/w for the business for a particular period of time and check whether the s/w can handle all kinds of real-time business scenarios / situations.
System Testing: Finding the defects, when the system is tested as a whole, this also called as end to end testing. In this testing, tester needs to test the application from log-in to log-out.
UAT: User acceptance testing is to get the acceptance from the client. UAT is generally done at client's environment. Before UAT pre UAT should be done.
Lifted from http://www.geekinterview.com/question_details/19127
© 2022 - 2024 — McMap. All rights reserved.