Software Testing Interview Question and Answers

21. What are the types of Acceptance Testing?
 
    The following there types are considered as Acceptance Testing types :
  • Alpha Testing
  • Beta testing
  • User Acceptance Testing
 
Your Name Your Email-ID
Your Answer
22. What is Alpha Testing?
  Alpha Testing is the Testing conducted by the customer in the engineering premises.
 
Your Name Your Email-ID
Your Answer
23. What is Beta Testing?
  Beta Testing is the Testing conducted by the end user in the production environment.
 
Your Name Your Email-ID
Your Answer
24. What are Integration Test Strategies?
 
  • Top down
  • Bottom up
  • Big bang
 
Your Name Your Email-ID
Your Answer
25. What is a Stub?
  Stup is a prototype of a function. Prototype means, only the Skelton of the function without any code.
 
Your Name Your Email-ID
Your Answer