You are on page 1of 4

Simulado 1

Aluno: __MICHELE_______________________________ Nota: ________

1) What’s the right sentence about Failure and Fault.


a. Failure is a flaw in the component or system that can cause
the system to fail and a Fault is an human actions that
produces an incorrect result
b. Failure and fault are just the same thing
c. Failure is an actual deviation of the component or system
from its expected result and Fault is the same as defect, a
flaw in the component or system that can cause the system
to fail
d. Fault is an actual deviation of the component or system from
its expected result and may be caused by Failures, human
actions that produces an incorrect result

2) Mark the right sentence about Basics of Software Testing


i. Some quality characteristics are difficult to live
together
ii. The main task of planning tests is to determine all
test cases
iii. An independent testing team tends to increase the
quality and comprehensiveness of the tests

a. All corrects
b. All wrongs
c. i and ii correct
d. i and iii correct

3) Mark the right sentence about Testing and Debugging

a. Debugging is the process of finding, analyzing and removing


the causes of failures in software, normally done by testers
and Testing is a set of activities concerned to planning,
preparation, and evaluation of software products and
related work products to determine that they are fit for
purpose and to detect defects.
b. Debugging is the process of finding, analyzing and removing
faults in the software and is normally done by developers.
And Testing is a set of activities concerned to planning,
preparation, and evaluation of software products and
related work products to proof that they are completely free
from bugs
c. Debugging is the process of finding, analyzing and removing
faults in software, normally done by developers and Testing
is a set of activities concerned to planning, preparation, and
evaluation of software products and related work products
to determine that they fit for a purpose and to detect
defects.
d. Debugging is the process of finding analyzing and removing
the causes of failures in the software and is normally done
by developers. And Testing is a set of activities concerned to
planning, preparation, and evaluation of software products
and related work products to determine and correct defects
in the software.

4) About General Principles of Testing:

i. Testing shows the presence of defects not their


absence
ii. Exhaustive testing is not possible
iii. Testing activities should start as early as possible
iv. Defects tend to cluster together

Are correct:
a. Only number 1
b. Numbers 1 and 3
c. Numbers 2 3 and 4
d. All Numbers

5) Which are the main benefits of an independent team of tests?

i. The independence of the testers


ii. The communication between independent team of
test and the development team is sufficiently
healthful when isolated.
iii. The independence degree is related only with the
geographic place of the teams.
iv. Outtesting teams are more effective when requirements
are well detailed.

a. I and III
b. II and IV
c. I, II and III
d. I and IV

6) Which of the below is an objective of test planning?

a. Resource allocation
b. Test Case specification
c. Requirements definition
d. Test Case implementation
7) Which of the following should not be used as an exit criterion?

a. “90% of the test cases executed successfully”


b. “All requirements are covered”
c. “75% of the code is covered”
d. “All possible scenario is tested”

8) About debugging, which sentence is correct?

a. Debugging has the same objective of testing


b. The goal of debugging is detecting faults
c. Debugging is usually performed by testers
d. Debugging is conduced after the tests are executed

9) What is the main objective of the execution phase?

a. Report discrepancies as incidents


b. Discover new tests
c. Learn about the product
d. Define the test cases priority

10) Which sentence is correct about sanity testing?

a. As it is usually very time consuming, sanity tests should be


automated
b. Main functionalities must be exhaustively tested
c. Sanity testing is used to verify if the test object is mature enough
to be tested
d. It is only applicable during the first release of the software

11) What should be first focused when prioritizing test cases?

a. Testing high risk areas


b. Performing the easiest test cases first
c. Performing as many tests as possible
d. Finding as many bugs as possible

12) When should you stop testing?

a. When the allocated time has run out


b. When all planned tests have been executed
c. It is dependent on the risks for the item under test
d. When there are no more faults

You might also like