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