Software Testing INTERVIEW QUESTION & ANSWERS
| 1. |
What are the different categories of testing? |
| |
There are two categories of testing - Black box testing
- White box testing
|
| 2. |
What is difference between white box and black box testing? |
| |
White box tests the application from the code point of view and black box tests the application from the functionality point of view.
|
| 3. |
What are the levels of testing? |
| |
There are four levels in testing the software. They are:- Component testing
- Integration testing
- System testing
- Acceptance testing
|
| 4. |
What is SDLC? |
| |
The software development life cycle(SDLC) describes the stages involved in development of project, from an initial feasibility study through maintenance of the completed application. |