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.
 
Your Name Your Email-ID
Your Answer
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.
 
Your Name Your Email-ID
Your Answer
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.
 
Your Name Your Email-ID
Your Answer
74. What is a Technical Requirements Specification?
  This is also called as High Level Design, which consists of different modules present in the project.
 
Your Name Your Email-ID
Your Answer
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.
 
Your Name Your Email-ID
Your Answer