Q11 Flashcards
Which of these is NOT a type of testing? A. functional testing B. user testing C. performance and load testing D. none of the above
D. none of the above
The three U’s of user testing include?
A. usability, utility, understandability
B. usability, utility, user interface
C. usability, user experience, user interface
D. none of the above
B. usability, utility, user interface
Which of these is NOT correct about test plan guidelines?
A. make use of lengthy and detailed paragraphs to explain broad ideas
B. avoid redundancy and superfluousness
C. have the test plan reviewed a number of times
D. update the plan as and when necessary
A. make use of lengthy and detailed paragraphs to explain broad ideas
The test process includes...? A. user testing B. feature testing C. security testing D. durability testing
B. feature testing
Which of these is one of the three potential problems of testing?
A. we can only test with our understanding of what the code should do
B. tests don’t tell us anything about the system
C. both a and b
D. none of the above
C. both a and b
Which of these is NOT correct about feature testing?
A. we approach feature testing with the viewpoint of the user
B. features may be satisfied by one or more components/units
C. feature tests are documented by looking at our original user stories
D. usefulness tests test how the units implement the feature
D. usefulness tests test how the units implement the feature
Functional Testing looks to answer the question of how good is the functionality of entire system
A. True
B. False
A. True
During alpha testing you distribute early versions to users for comments
A. True
B. False
B. False
Security testing looks to answer the question of does system maintain integrity
A. True
B. False
A. True
We approach feature testing with the viewpoint of the developer
A. True
B. False
B. False
Ideally test plans should be run by an independent party
A. True
B. False
A. True
Whenever you do a PHP SQL command you need to do error checking and handling
A. True
B. False
A. True
Which keyword is used to set the default value for an INPUT on a form? A. value= B. default= C. set= D. none of the above
A. value=
PHP can access the name of the “current” file by the value of $_SERVER[‘SCRIPT_NAME’].
A. True
B. False
A. True
The ACTION of “DeleteUser.php/id=7” will pass the value of 7 to the file DeleteUser.php.
A. True
B. False
B. False