What is the difference between UAT test cases and System test cases ?

Showing Answers 1 - 2 of 2 Answers

Hey there!The main difference between UAT and System testing is that UAT is done at a client place after finishing the whole project.While System testing is 100% BlackBox testing, there is a chance that UAT may comprise of both BlackBox as well as WhiteBox testing(depending on the client ).As for the test cases,system test cases are performed in a simulated kind of envirornment i.e the application is tested using dummy/test data, not real or actual data, which is the case in UAT test cases.This is the best answer that i can think of, so there's my disclaimer!!!!!

nikunj

  • Jul 15th, 2011
 

System Testcases:
In this we write test cases for all the main modules of
the application.
UAT Testcases:
In this we write test cases which are understandable to any third party .

  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