Questão 1
Questão
What are some features to consider when choosing a bug base?
Questão 2
Questão
When is a good time to start automating tests?
Responda
-
When you enter the testing phase of the project
-
When you think you don't want anything to change
-
Before the coding phase of a project
-
As the coding phase is in progress
Questão 3
Questão
Why should programmers use code-level tools?
Responda
-
To increase the likelihood of creating quality code
-
To decrease the time spent coding
-
To make it easier to collaborate with colleagues
-
To make it easier to coordinate with the client
Questão 4
Questão
Which of the following is not a way to prioritize bugs?
Responda
-
By using a matrix
-
By what the project manager thinks is most important
-
By the severity of the bugs
-
Based on the milestone goals
Questão 5
Questão
As a developer, what should you do if you don't have enough information about a bug?
Responda
-
Go to your manager and ask for more information
-
Go to the creator of the bug record and ask for more information
-
Investigate the bug with the information given
-
Write a report stating that the record is incomplete
Questão 6
Questão
What is the CMMI?
Responda
-
A testing platform
-
An application to help programmers develop code
-
A framework to organize resources
-
An application to track bugs
Questão 7
Questão
What are the two key components that should be included in a test case?
Responda
-
A description of the input data to the program
-
A input data file for execution
-
A description of the correct output of the program for input data
-
Data processing information for the program
Questão 8
Questão
______ testing is designed based on the specifications and goals of the application.
Responda
-
White-Box
-
Black-Box
-
Unit
-
System
Questão 9
Questão
An exhaustive path test can be used to identify intrinsic errors in a software application
Questão 10
Questão
What is an accurate and complete definition for "Testing"?
Responda
-
the process of demonstrating that errors are not present
-
showing that a program performs its intended functions correctly.
-
establishing confidence that a program does what it is supposed to do
-
the process of executing a program with the intent of finding errors
Questão 11
Questão
_________ testing is based on an understanding of a program's or applications logic.
Responda
-
White-Box
-
Black-Box
-
Unit
-
System
Questão 12
Questão
Software testing can be used to ensure that an application functions in the correct manner?
Questão 13
Questão
A successful test case should ensure that a program accomplishes its goals and ______ actions that are not intended.
Responda
-
minimizes
-
avoids
-
corrects
-
refines
Questão 14
Questão
Finding errors in a software application should be a chief goal of software testing.
Questão 15
Questão
It is recommended that software testing be completed by a programmer who did not write the original program.
Questão 16
Questão
______ must be understood in order to derive appropriate test cases for a function test.
Responda
-
Requirements
-
Objectives
-
External specifications
-
Documentation
Questão 17
Questão
A ______ test is used in order to determine if external specifications and an application are not in alignment.
Responda
-
module
-
function
-
higher-order
-
system
Questão 18
Questão
________ provides appropriate details associated with the construction of a program and other specifics needed for execution.
Responda
-
Requirements
-
Objectives
-
External specifications
-
Documentation
Questão 19
Questão
In function testing, the test cases can be derived from appropriate requirements provided for the application.
Questão 20
Questão
A ______ test is used in order to identify appropriate differences in an applications modules that are not in alignment with interface specifications.
Responda
-
module
-
function
-
higher-order
-
system
Questão 21
Questão
________ are used in order to provide a representation of a program to users that are specific and accurate.
Responda
-
Requirements
-
Objectives
-
External specifications
-
Documentation
Questão 22
Questão
________ are used in order to provide an understanding of appropriate specifications of a program.
Responda
-
Requirements
-
Objectives
-
External specifications
-
Documentation
Questão 23
Questão
In most cases, you will treat function testing as a black-box activity.
Questão 24
Questão
A ______ test is used in order to determine if the objectives of an application are not met within the finish program.
Responda
-
module
-
function
-
higher-order
-
system
Questão 25
Questão
________ can be used in order to provide appropriate specifications that are needed to determine that the program functions as it should.
Responda
-
Requirements
-
Objectives
-
External specifications
-
Documentation
Questão 26
Questão
Debugging by ______ is used to debug based on the process of elimination
Responda
-
induction
-
deduction
-
backtracking
-
testing
Questão 27
Questão
________ can be seen as one of the most inefficient methods for brute-force debugging.
Responda
-
Debugging with classification
-
Debugging with a storage dump
-
Debugging according to the common suggestion to "scatter print statements throughout your program.
-
Debugging with automated debugging tools.
Questão 28
Questão
Debugging by ______ is used to debug based on understanding the complete situation of a problem.
Responda
-
induction
-
deduction
-
backtracking
-
testing
Questão 29
Questão
What can be seen as one of the problems associated with brute-force debugging methods?
Questão 30
Questão
Debugging by ______ focuses on stepping back through an appropriate program to find errors.
Responda
-
induction
-
deduction
-
backtracking
-
testing
Questão 31
Questão
Debugging by ______ focuses on the use of appropriate test cases.
Responda
-
induction
-
deduction
-
backtracking
-
testing
Questão 32
Questão
Debugging by ______ makes use of variants of an original test case in order to identify appropriate errors in an application.
Responda
-
induction
-
deduction
-
backtracking
-
testing
Questão 33
Questão
What are the three categories that are used to classify appropriate brute-force methods
Responda
-
Debugging with classification
-
Debugging with a storage dump
-
Debugging according to the common suggestion to "scatter print statements throughout your program."
-
Debugging with automated debugging tools.
Questão 34
Questão
What are some ways to ensure that the testing approach provides value?
Responda
-
Include data that will generate appropriate errors
-
Identify appropriate goals to comply with testing
-
Provided limited data to test appropriate output
-
Approach testing as a black-box approach.
Questão 35
Questão
Program Testing can be described as a process that is destructive in it's approach.
Questão 36
Questão
A successful test case is one that furthers progress in this direction by causing the program to fail.
Questão 37
Questão
Which statement represents an appropriate definition for software testing?
Responda
-
Testing is the process of ensuring that a program functions correctly.
-
Testing is the process of finding errors through program execution.
-
Testing is the process of establishing the correct output through program execution.
-
Testing is the process of showing that a program functions as intended.
Questão 38
Questão
Which statement represents a valid goal of software testing
Responda
-
Testing should demonstrate errors are not present
-
Testing should raise the quality of programs
-
Testing should improve the reliability of programs
-
Testing should demonstrate that an application functions correctly
Questão 39
Questão
A successful test cause will ensure that a program has no errors.
Questão 40
Questão
________is used to perform an action with the interface and expect a certain result.
Responda
-
Black-Box Testing
-
Box Testing
-
White-Box Testing
-
Gray Box testing
Questão 41
Questão
________ makes use of manual testing and UI automation testing.
Responda
-
Black-Box Testing
-
Box Testing
-
White-Box Testing
-
Gray Box testing
Questão 42
Questão
Program testing is used to find all errors in a program.
Questão 43
Questão
________ uses a semi-transparent approach to program testing.
Responda
-
Black-Box Testing
-
Box Testing
-
White-Box Testing
-
Gray Box testing
Questão 44
Questão
________is used in order to provide a holistic approach to testing.
Responda
-
Black-Box Testing
-
Box Testing
-
White-Box Testing
-
Gray Box testing
Questão 45
Questão
________ is a box testing approach that starts from inside of the box that is useful for programs that require calculations.
Responda
-
Black-Box Testing
-
Box Testing
-
White-Box Testing
-
Gray Box testing