Software Testing Interview Question and Answers

16. What is Integration testing?
  Integration testing is conducted to test whether the data flow between two or more entities is happening properly.
 
Your Name Your Email-ID
Your Answer
17. What are different types of Integration Testing?
 
    There are two different types of Integration Testing :
  • Component Integration Testing
  • System Integration Testing
 
Your Name Your Email-ID
Your Answer
18. What is the difference between component and system integration testing?
 
  • Component Integration Testing : Component Integration Testing is conducted to test whether the data flow between two or more components is happening properly.
  • System Integration Testing : System Integration testing is conducted to test whether the data flow between two or more systems is happening properly.
 
Your Name Your Email-ID
Your Answer
19. What is system testing?
  System testing is defined as the process of testing an entire system to verify that it meets specified requirements.
 
Your Name Your Email-ID
Your Answer
20. What are the types of system testing?
 
    System Testing is of Two Types :
  • Functional system testing
  • Non–functional system testing
 
Your Name Your Email-ID
Your Answer