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
|
|
|
22. |
What is Alpha Testing? |
|
Alpha Testing is the Testing conducted by the customer in the engineering premises. |
|
|
23. |
What is Beta Testing? |
|
Beta Testing is the Testing conducted by the end user in the production environment. |
|
|
24. |
What are Integration Test Strategies? |
|
- Top down
- Bottom up
- Big bang
|
|
|
25. |
What is a Stub? |
|
Stup is a prototype of a function. Prototype means, only the Skelton of the function without any code.
|
|
|