In which testing system is run with live data by actual user
In Acceptance testing testing system is run with live data by actual user
User acceptance testing is the final testing process which is actually done after the function, system and regression testing is completed. It is the type of verification done to know whether the user accepts the particular software or not. It is the last chance for the consumers to test about the software.
ACCEPTANCE TESTING is a level of software testing where a system is tested for acceptability. The purpose of this test is to evaluate the system's compliance with the business requirements and assess whether it is acceptable for delivery. Definition by ISTQB.
Types of testing: Automated Testing. Automated testing refers to a type of testing that uses independant software to test the system being tested. Automated testing can be used to perform other types of testing such as functional or performance testing.