0% found this document useful (0 votes)
81 views1 page

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

The document contains questions and answers related to software testing concepts. It defines a successful test as one that finds a fault and identifies the Waterfall Model as the Sequential Model. It lists the types of errors that can be detected by static analysis and provides examples of equivalence partitioning and boundary value analysis test data. It also identifies structure-based testing as white-box testing and lists typical roles in a software development organization.

Uploaded by

api-3806986
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views1 page

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

The document contains questions and answers related to software testing concepts. It defines a successful test as one that finds a fault and identifies the Waterfall Model as the Sequential Model. It lists the types of errors that can be detected by static analysis and provides examples of equivalence partitioning and boundary value analysis test data. It also identifies structure-based testing as white-box testing and lists typical roles in a software development organization.

Uploaded by

api-3806986
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 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