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