Software Testing Interview Question and Answers
71. |
How does System Testing and System Integration Testing differ? |
|
System testing is the functional and Non–functional testing of a project. System Integration Testing is concerned with ensuring the interactions between two or more systems. |
|
|
72. |
What kind of Bugs you can find during Static Testing? |
|
The Following kind of bugs can be found in Static Testing - Efficiency of Logic
- Memory Leaks
- Unreachable code
- Variables that are never used
- Programming standards violations.
|
|
|
73. |
What will you do with SRS? |
|
SRS stands for Software Requirements Specification. SRS is used to understand the project functionality from business and functional point of view. |
|
|
74. |
What is a Technical Requirements Specification? |
|
This is also called as High Level Design, which consists of different modules present in the project. |
|
|
75. |
What is a Test Scenario? |
|
Test Scenario is nothing but a functional scenario for which Testing is to be conducted. It is also called as Test Condition. |
|
|