Also Known As A Peer Review: Ans: - "A Successful Test Is One That Finds A Fault" Ans: - Waterfall Model

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

1) What is termed ‘a successful test’?

Ans: - “A successful test is one that finds a fault”


2) Which Software Development Model is also known as the ‘Sequential Model’?
Ans: - Waterfall Model

3) Big-Bang: This involves testing all individual modules at once as a complete system
Ans: - ATechnical Review (also known as a peer review)…
4) What types of errors can be found by Static Analysis?
Ans: - The types of errors that can be detected by Static Analysis are:
 unreachable code
 uncalled functions
 undeclared variables
 parameter type mismatches
 possible array bound violations
5) Using the following example, list some possible ‘Boundary Testing’ and ‘Equivalence Partitioning’ test data values:
xx = 1 – 100
yy = 500 – 1000
Ans: - Equivalence partitions examples:
2, 66, 88 etc.
507, 777, 993 etc.
Boundary Value Analysis examples:
0, 1, 100, 101
499, 500, 1000, 1001
6) Structure-based Testing is also known as what?
Ans: - White-box Testing
7) Name of many individual roles within a typical software development organization.
Ans: - The Client
The Project Manager
The User
The Business Analyst
The Systems Analyst
The Technical Designer
The Developer
The Test Leader
The Tester
8) Name three activities you would expect a Test Leader to perform.
Ans: -
 Coordinate the Test Strategy and Test Plan with managers
 Planning and scheduling of tests
 Monitoring test progress
 Responsible for providing configuration management system
 Create reports on gathered testing information
9) List some items that you would expect to see within an Incident Report.
Ans: - Software under test ID (SUT ID)
Tester’s name
Severity
Scope
Priority
Steps to reproduce
10) Which is not a part of the test case?
Ans: - Executing the preconditions, all possible deviations from Expected Result, i/p, o/p.)
11) Component testing & unit testing are done at different stages in SDLC? True or False.
12) No Written Docs available, how to verify the expected result
Ans: - from previous exp. in similar type of project, Automated Test Oracle.
13) Exhausting testing
Ans: - All possible combination of i/p & preconditions, All possible combination of i/p, All possible combination of
i/p & o/p.

You might also like