Difference between SIT and UAT
Answers were Sorted based on User's Feedback
Answer / @mit
SIT stands for System Integration Testing.For SIT testing,
Tester will prepare SIT test cases then excute Test cases
and also perforemd SIT.
UAT stands for User Acceptance Testing.This is the last
phase of Testing which may be or may not be performed by
Client.In this kind of Testing,client test the application
as per as their Functional and Business Requiremnet.UAT
includes two types of testing:-
1.Alpha Testing:
Alpha Testing is performed by Client with
the presence of Developers,DBA etc at the Developers site.
2.Beta Testing:
Beta Testing is performed by Client without the
presence of Developers,DBA etc at their own site (Live
environmnet)
| Is This Answer Correct ? | 36 Yes | 6 No |
Answer / sandeep rudrabhatla
UAT is nothing but User Acceptance Testing where we test the
application at customers' site to check whether the system
is working fine or not.This is the last phase of testing.
SIT is System integration testing.It is one of the phases of
testing where you perform System testing and Integration
testing combined together on a regular basis.It a different
process altogether for which specific tools are there.
Thanks
Sandeep Rudrabhatla
| Is This Answer Correct ? | 16 Yes | 5 No |
what do u mean by Functional testing?
how to test if there are 2000 requirements ro be tested in an application ?
At first time when you receive the application at that time which testing you do?
When a project was started in an organisation ,Testing team will get BRS & FRS documents and starts preparing the Test cases for the application.when the Build was released whether the Testing team will execute only the written Test cases (or) they may update further testcases
Explain a bug which if you have missed could have created a big problem?
What is test driver and test stub?
eqivalance testing class is made from data and this is made to minimize the test cases and it is black box testing what at which particular time we do this testing i guess while creating test cases we consider this testing .plz if lett me know if i am wrong
what is difference between BVA and Equivalence Partitioning ? can u explain BVA for three digits?
What is bug release?
What is the Major difference between Sanity and Smoke Testing
How to write integration test cases? And as a black box tester do we write integrated test cases and how?
This is the question related to Traceability Matrix. Say we have 10 requirements for a project. If one of the testing team member misses the 9th requirement. Then how can we justify the Traceability Matrix and what is the further action to be taken. Please advice.