77.
What studies data flow analysis ?
The
use of data on paths through the code.
78.
What is Alpha testing?
Pre-release
testing by end user representatives at the developer’s site.
79.
What is a failure?
Failure
is a departure from specified behaviour.
80.
What are Test comparators ?
Is
it really a test if you put some inputs into some software, but never look to
see whether the software produces the correct result? The essence of testing is
to check whether the software produces the correct result, and to do that, we
must compare what the software produces to what it should produce. A test
comparator helps to automate aspects of that comparison.
81.
Who is responsible for document all the issues, problems and open point that
were identified during the review meeting Scribe
82.
What is the main purpose of Informal review
Inexpensive
way to get some benefit
83.
What is the purpose of test design technique?
Identifying
test conditions and Identifying test cases
84.
When testing a grade calculation system, a tester determines that all scores
from 90 to 100 will yield a grade of A, but scores below 90 will not. This
analysis is known as:
Equivalence
partitioning
85.
A test manager wants to use the resources available for the automated testing
of a web application. The best choice is Tester,
test automater, web specialist, DBA
86.
During the testing of a module tester ‘X’ finds a bug and assigned it to
developer. But developer rejects the same, saying that it’s not a bug. What ‘X’
should do?
Send
to the detailed information of the bug encountered and check the
reproducibility
87.
A type of integration testing in which software elements, hardware elements, or
both are combined all at once into a component or an overall system, rather
than in stages.
Big-Bang
Testing
88.
In practice, which Life Cycle model may have more, fewer or different levels of
development and testing, depending on the project and the software product. For
example, there may be component integration testing after component testing,
and system integration testing after system testing.
V-Model
89.
Which technique can be used to achieve input and output coverage? It can be
applied to human input, input via interfaces to a system, or interface
parameters in integration testing.
Equivalence
partitioning
90.
“This life cycle model is basically driven by schedule and budget risks” This
statement is best suited for…
V-Model
91.
In which order should tests be run?
The
most important tests first
92.
The later in the development life cycle a fault is discovered, the more
expensive it is to fix. why?
The
fault has been built into more documentation,code,tests, etc
93.
What is Coverage measurement?
It
is a partial measure of test thoroughness.
94.
What is Boundary value testing?
Test
boundary conditions on, below and above the edges of input and output
equivalence classes.
95.
What is Fault Masking ?
Error
condition hiding another error condition.
No comments:
Post a Comment