Answer Posted / deepak parida
Levels of Testing:
There are five levels of testing
1. Unit Level Testing
2. Module Level Testing
3. Integration Level Testing
4. System Level Testing
5. User Acceptance Testing (U.A.T)
1.Unit Level Testing: -
It is a level of testing in which one will perform testing on the units. It is a white box testing and usually developers or white box testers will perform.
2.Module Level Testing: -
Module: Module is defined as a group of related functionalists to perform a major task
It is a level of testing in which one will perform testing on the modules. It is a black box testing and usually test engineers perform it.
3.Integration Level Testing: -
It is a level of testing in which the developers will develop some interfaces to integrate the modules and test whether the interfaces are working fine or not. It is a white box testing usually developers or white box tasters perform.
The developers may follow one of the following approaches while integrating the modules.
1.Top-down approach
2.Bottom –up approach
3.Hybrid or Sandwich approach
4.Big-bang approach
1.Top-down approach: - In this approach one will develop the parent modules first and then integrate them with the related child modules
2.Bottom-up approach: - In this approach one will develop the child modules first and integrate them to the parent modules
3.Hybrid approach Or Sandwich approach:- This is a mixed approach of both the top down and bottom up approaches
4.Big bang approach:-In this approach one will wait till all the modules are ready and finally they will integrate all the modules at a time
STUB: - While integrating the modules in top down approach if at all any mandatory module is missing (not completed) then that module is replace with a
DRIVER: -While integrating the modules in bottom up approach. If at all any mandatory module is missing (not completed) then that module is replaced with a temporary program known as DRIVER
4. System Level Testing:
It is a level of testing in which one will install the complete application in to the environment and then perform testing on it. At this level different types of testing will be done one among those is system integration testing.
5. System integration Testing: -
It is a type of testing in which once the complete application is developed one will perform an action at one module and checks for the reflections at the corresponding modules. It is a black box testing and usually test engineers perform.
6. User- Acceptance Testing: -
It is the level of testing in which one will perform the same system testing in the presence of the user in order to make him accept the application. It is a black box testing and usually Test engineer performs it.
Environment: - Environment is a combination of three layers (e.g.: Yahoo)
a. Presentation layer
b. Business layer
c. Data base Layer
System: The application installed in to an environment combinable called as system.
a. Presentation Logic: The logic that is used for viewing application is known as presentation logic
b. Business Logic: - The logic that is used for performing the operations on the application is known as business logic.
c. Data Base Logic: - The logic that is used for sharing and retrieving the data is known as database logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
Password is having 6 digit alphanumeric then what are the possible input conditions?
How to derive test data from the design documents?
Why we have to do manual testing?
1)can u tell me, what is the roles and responsibles for database tester in DB testing from requirement stage to UAT stage....2) what are the i/p documents he wants and who wil give the i/p docs. to DB tester.and tell me what exactly db test case means what?
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
What are parametere require for Performance testing?
What is test startegy?
explain fish model in detail?
Define Stability, Scalability and reliability with example ?
if go through 1 or 2 projects clearly,then i feel comfortable to search the job,please help me
1.what is a test condition ?
write the test case for Bulb & Mobile phone
What is Pre UAT and UAT is there any difference ?
How do you scope,organise and execute a test project.