What do you mean by Unit Testing, Integration Testing, System
Testing, and User Acceptance Testing and when do you do them?
Answers were Sorted based on User's Feedback
Answer / prasanna
Unit Testing: It is the process of testing the application
software at unit control structure.
Intergration Testing: Combining all the modules and tested
as a group.
System Testing: Testing the application fuctionality for
the first time once all the modules are interegrated .
User Acceptance Testing: It is a process of testing the
system by the end user or clients based on business
specifications
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / dheeraj shandilya
Testing is a process that includes many activity to assess
the application's quality.This testing is done at four
level. The first level is Unit Testing, here we test each
module or unit of application separately.
Second level is Integration level testing, here we integrate
some of the unit(module) that we tested separately at unit
level to test the interface between different module, their
interaction etc.
At third level we do System testing, here we test the whole
application at one go. here we test that the application is
satisfying the requirement or not.
Last level is Acceptance level, here the application is
tested by end users or small group of different
organization/team based on business scenario.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the test case?
Hi frnds im Priyan.in interviews they are one question 4r me. " AS A TESTER, WHAT IS UR GOAL OR AIM OR AMBITION..? ".. can any one gve answer perfect answer ? tank u .. reply me plss
What is Change Management?
0 Answers Cap Gemini, MicroGenesis,
what is the main difference between high and low level design in sdlc
11 Answers Accenture, Infosys,
the interviwer ask ,why u r choose testing field means how can i say the answer for this one friend tell me
Written Paper at Net Solutions: 1) Difference between Smoke Testing and Sanity Testing. 2) Bug life cycle. 3) Write the steps followed in STLC in your company. 4) Define: 1) BVA (Boundary Value Analysis) 2) ECP (Equivalence Class Partitioning) 5) Write test cases for a login screen with following fields/buttons: Username: Password: Login (Button) Cancel (Button)
1.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?
Hi everyone.This is one of my interview questions.Could you please send me the answer for this?My ID:spam4rekha@gmail.com Q : what is BVA and ECP ? Thank You rekha
when will u write user aceptance test cases before functional or after?
How will you identify the client side error and server side error in web application?
In an ATM machine , after entering pin -> not able to withdraw money. What are all the possible reasons. Debug
what is system testing?