TECHNOLOGY QUESTION BY ELAPPSE
2. Which of the following is not a charectersitic for Testability?
3. Cyclimatic Complexity method comes under___ testing method.
4. Testing is a____if a program does not work correctly.
5. A____is a sequence of statements from one place in the program to another.
6. Loop Testing comes under which testing method?
7. Which of these can be successfully tested using Loop Testing methodology?
8. Graph based testing comes under which testing methods ?
9. Which testing methods are used by end-users who actually test software before they use it.
10. To test a function, the programmer has to write a___, which calls the function and passes it test data.
1. _____ is a failure if a program doesn't work correctly.
Programming
Testing
Both a and b
None of these
Testing
Both a and b
None of these
2. Which of the following is not a charectersitic for Testability?
Operability
Observability
Simplicity
Robustness
Observability
Simplicity
Robustness
3. Cyclimatic Complexity method comes under___ testing method.
White box
Black box
Green box
Yellow box
Black box
Green box
Yellow box
4. Testing is a____if a program does not work correctly.
Failure
Success
Complete
Partial
Success
Complete
Partial
5. A____is a sequence of statements from one place in the program to another.
Route
Path
Sub path
Gateway
Path
Sub path
Gateway
6. Loop Testing comes under which testing method?
White Box
Black Box
Green Box
Yellow Box
Black Box
Green Box
Yellow Box
7. Which of these can be successfully tested using Loop Testing methodology?
Simple Loops
Nested Loops
Concatenated Loops
All of the above
Nested Loops
Concatenated Loops
All of the above
8. Graph based testing comes under which testing methods ?
White Box
Black Box
Green Box
Yellow Box
Black Box
Green Box
Yellow Box
9. Which testing methods are used by end-users who actually test software before they use it.
Alpha and Beta Testing
White Box Testing
Black Box Testing
Trial and Error Testing
White Box Testing
Black Box Testing
Trial and Error Testing
10. To test a function, the programmer has to write a___, which calls the function and passes it test data.
Stub
Driver
Proxy
None of the above
Driver
Proxy
None of the above
No comments:
Post a Comment