Pregunta 1
Pregunta
Which of the following is a key principle of testing?
Respuesta
-
Testing does not need to be planned.
-
Complete testing is not possible.
-
Testing requires dependence on developers.
-
Formal exit criteria must be defined.
Pregunta 2
Pregunta
True or False: A bug model is based on historical data and planned activities and predicts how many bugs will be found during the project.
Pregunta 3
Pregunta
How is a solid IT-QA relationship fundamental to business success?
Respuesta
-
It can lower cost by fixing issues early in the process
-
It provides a usability perspective for the business to understand
-
It will help deliver compliant business-enabling systems
-
It finds and fixes bugs before systems are delivered
Pregunta 4
Pregunta
What is the intent of test automation?
Respuesta
-
To automatically record issues to be fixed
-
To find as many defects as possible
-
To optimize your process and make testing more efficient
-
To test as many pieces of functionality as possible
Pregunta 5
Pregunta
Who should create automated unit tests?
Respuesta
-
QA engineer
-
Program developer
-
White-box tester
-
Automation tester
Pregunta 6
Pregunta
True or False: Testing is the process of executing a program with the intent of finding errors.
Pregunta 7
Pregunta
Which type of tester focuses exclusively on validating the interactions and behaviors that result in functionality?
Respuesta
-
White-box tester
-
Black-box tester
-
Usability tester
-
Gray-box tester
Pregunta 8
Pregunta
What is the intent of test automation?
Respuesta
-
To automatically record issues to be fixed
-
To find as many defects as possible
-
To optimize your process and make testing more efficient
-
To test as many pieces of functionality as possible
Pregunta 9
Pregunta
Who should create automated unit tests?
Respuesta
-
QA engineer
-
Program developer
-
White-box tester
-
Automation tester
Pregunta 10
Pregunta
Which category on the inspection error checklist checks if files are explicitly declared and their attributes are correct?
Respuesta
-
Control flow errors
-
Interface errors
-
Data reference errors
-
Input/Output errors
Pregunta 11
Pregunta
Which technique is used to evaluate anonymous programs in terms of their overall quality, maintainability, extensibility, usability, and clarity?
Respuesta
-
Code walkthroughs
-
Desk checking
-
Peer ratings
-
Code inspections
Pregunta 12
Pregunta
Which logic coverage test will test all possible combinations of condition outcomes in each decision and all points of entry at least once?
Pregunta 13
Pregunta
True or False: Testing each module independently and then combining the modules to form the program is called nonincremental testing.
Pregunta 14
Pregunta
What is an advantage of incremental testing?
Respuesta
-
Programming errors are detected earlier
-
Labor costs are smaller
-
Provides opportunities for parallel activities
-
It uses less machine time
Pregunta 15
Pregunta
What type of test is a module test?
Respuesta
-
White-box
-
Regression
-
Functionality
-
Black-box
Pregunta 16
Pregunta
What type of module testing includes strategies such as top-down and bottom-up?
Respuesta
-
Non-incremental testing
-
Coverage testing
-
Big-bang testing
-
Incremental integration
Pregunta 17
Pregunta
Which test will show that a program does not match its external specifications?
Respuesta
-
Module test
-
Function test
-
System test
-
Acceptance test
Pregunta 18
Pregunta
What type of test compares the program to its initial requirements and the current needs of its end users?
Respuesta
-
Acceptance test
-
Unit test
-
Function test
-
Regression test
Pregunta 19
Pregunta
Which step in the software development process translates requirements into specific objectives?
Respuesta
-
Objectives
-
Requirements
-
External specifications
-
System design
Pregunta 20
Pregunta
Based on the work of Jakob Nielsen, how many testers will collectively find 83% of errors during a usability test?
Pregunta 21
Pregunta
What is the main consideration for a usability test?
Respuesta
-
The program meets all functionality requirements
-
The program has no reported issues
-
The program performs according to its specifications
-
The program passes all module testing
Pregunta 22
Pregunta
What does agile testing rely on in order to facilitate the timely feedback needed for rapid development?
Pregunta 23
Pregunta
Which agile methodology is an iterative and incremental project management approach that supports many other agile methodologies?
Respuesta
-
Agile Modeling
-
Open Unified Process
-
Extreme Programming
-
Scrum
Pregunta 24
Pregunta
Which agile methodology includes the concept of collective ownership of the code?
Respuesta
-
Extreme Programming
-
Agile testing
-
Scrum
-
Open Unified Process
Pregunta 25
Pregunta
Which area of an application is being tested when a tester confirms that all links point to valid files or websites?
Respuesta
-
Presentation
-
Data
-
Browser
-
Business
Pregunta 26
Pregunta
What plays a major role in whether users accept or reject an application?
Respuesta
-
Database operations that meet performance goals
-
Fonts, colors, and graphics
-
Consistent and user-friendly operations
-
Transactions that roll back correctly