Tuesday, March 15, 2011

TECHNOLOGY QUESTIONS

                                                TECHNOLOGY QUESTION BY ELAPPSE



1. _____ is a failure if a program doesn't work correctly.
 Programming
 Testing 
 Both a and b 
 None of these


2. Which of the following is not a charectersitic for Testability?
 Operability 
 Observability 
 Simplicity 
 Robustness


3. Cyclimatic Complexity method comes under___ testing method.
 White box 
 Black box 
 Green box 
 Yellow box


4. Testing is a____if a program does not work correctly.
 Failure
 Success 
 Complete 
 Partial


5. A____is a sequence of statements from one place in the program to another.
 Route
 Path 
 Sub path 
 Gateway


6. Loop Testing comes under which testing method?
 White 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


8. Graph based testing comes under which testing methods ?
 White 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


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

No comments:

Post a Comment