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 |
wat is exploratory testing? how can u do ?
what is difference between BVA and Equivalence Partitioning? For login page(UN,PW) i have requrement as characters should be Alphanumeric.how you aplly both BVA and EP.......?
What is mean by Defect Metrics? Write some defect metrics?
I need to know, what is Traceability matrix? How, Who and where we prepare it? What are contents of it?
Why most of the software company preferred manual testing even though many automation testing tools are present in the market.
What is the different between SIT and UIT?
What exactly are semi-random test cases?
HI frnds, can any one tel me..when a tester can starts test case writing? reply sooooon plss..
What processes/methodologies are you familiar with?
Hello Friends Can anybody give me some idea about telephonic interview on Testing.As a exp. what could be the questions , that u guys have faced or you know ? Plz help me out
What is the RTM(Requirement Traceability Matrix)
Do you agree testing is needed?Justify it?