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