Software Testing Interview Question and Answers
1. |
Define software? |
|
Software is a set of instructions used to acquire inputs and to manipulate them to produce the desired output in terms of functions and performance as determined by the user of the software. |
|
|
2. |
What are the different categories of Testing? |
|
There are two categories of Testing : - Black box testing
- White box testing
|
|
|
3. |
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. |
|
Johendra,says |
Apr 08,2014 |
Black box testing deals with testing the internal structure of code whereas white box testing deals with testing external features.
|
|
4. |
What is a Test Design? |
|
A Test Design is about Identifying and documenting the tests to be used for testing a particular Requirement. |
|
Nitesh tiwari, said |
Apr 29,2014 |
Test design a document that collect and organize test case by functional area and are type to testing in perform.
|
|
5. |
What is a Test case? |
|
Test case is a set of conditions under which a tester will determine whether an application is working correctly or not. |
|
|