0% found this document useful (0 votes)
39 views4 pages

STweek 7

The document outlines the details of Week 7's assignment for the Software Testing course on NPTEL, including submission deadlines and questions related to input space partitioning and functional testing techniques. It provides a series of questions with correct answers regarding testing techniques, completeness criteria, and coverage criteria. The assignment was submitted on September 11, 2024, and includes various test case scenarios and their corresponding correct responses.

Uploaded by

minayom690
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views4 pages

STweek 7

The document outlines the details of Week 7's assignment for the Software Testing course on NPTEL, including submission deadlines and questions related to input space partitioning and functional testing techniques. It provides a series of questions with correct answers regarding testing techniques, completeness criteria, and coverage criteria. The assignment was submitted on September 11, 2024, and includes various test case scenarios and their corresponding correct responses.

Uploaded by

minayom690
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

25/10/2024, 10:01 Software Testing - - Unit 10 - Week 7

(https://swayam.gov.in) (https://swayam.gov.in/nc_details/NPTEL)

[email protected]

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL) » Software Testing (course)

Course Week 7 : Assignment 7


outline The due date for submitting this assignment has passed.
Due on 2024-09-11, 23:59 IST.
About
NPTEL ()
Assignment submitted on 2024-09-11, 18:51 IST
How does an 1) Which of the following statements are true regarding input space partitioning 1 point
NPTEL applied to the inputs of a particular software?
online
course Input space partitioning is a white-box testing technique that explores giving all possible
work? () inputs to the software for testing.
Input space partitioning is a white-box testing technique that partitions the inputs
Week 0 () according to the underlying code and passes inputs per partition for testing.
Input space partitioning is a black-box testing technique that explores giving all possible
Week 1 ()
inputs to the software for testing.
Input space partitioning is a black-box testing technique that partitions the inputs
Week 2 ()
according to the underlying requirements and passes inputs per partition for testing.

Week 3 () Yes, the answer is correct.


Score: 1
Week 4 () Accepted Answers:
Input space partitioning is a black-box testing technique that partitions the inputs according
to the underlying requirements and passes inputs per partition for testing.
Week 5 ()

2) If a particular partitioning of an input space does not meet the ‘complete’ness 1 point
Week 6 ()
criterion, what could go wrong in the test cases? Identify the most accurate answer option.

Week 7 () A partition that does not satisfy the completeness criterion is not well-defined and hence
the test cases can be wrong.
Week 6 -
Assignment A partition that does not satisfy the completeness criterion might leave out certain kinds
Solving (unit? of inputs for testing, possibly resulting in missing some errors.
unit=59&lesso
A partition that does not satisfy the completeness criterion cannot be used for testing as
n=60)
it means that a tester does not know all the inputs.

https://onlinecourses.nptel.ac.in/noc24_cs91/unit?unit=59&assessment=219 1/4
25/10/2024, 10:01 Software Testing - - Unit 10 - Week 7

Functional A partition that does not satisfy the completeness criterion ceases to be a partition and
Testing (unit? hence cannot give good test cases.
unit=59&lesso
n=61) Yes, the answer is correct.
Score: 1
Input Space Accepted Answers:
Partitioning A partition that does not satisfy the completeness criterion might leave out certain kinds of
(unit? inputs for testing, possibly resulting in missing some errors.
unit=59&lesso
n=62) 3) Which of the following is a list of functional testing techniques that work with inputs 1 point
and requirements for defining test cases?
Input Space
Partitioning: Decision tables, equivalence class partitioning, data flow testing.
Coverage
Equivalence class partitioning, data flow testing, boundary value analysis.
Criteria (unit?
unit=59&lesso Equivalence class partitioning, boundary value analysis, decision tables.
n=63) Random testing, decision tables, input sets.
Input Space Yes, the answer is correct.
Partitioning Score: 1
Coverage Accepted Answers:
Criteria: Equivalence class partitioning, boundary value analysis, decision tables.
Example (unit?
unit=59&lesso 4) Which of the following gives the most expressive and the least expressive 1 point
n=64)
coverage criterion for input space partitioning?
Practice:
Week 7:
All combinations coverage is the most expressive and base choice coverage is the least
Assignment 7 expressive criterion.
(Non graded) All combinations coverage is the most expressive and each choice coverage is the least
(assessment? expressive criterion.
name=206)
T-wise coverage (for large T) is the most expressive and pair-wise coverage is the least
Quiz: Week 7 expressive criterion.
: Assignment
Multiple base choice coverage is the most expressive and base choice coverage is the
7
least expressive criterion.
(assessment?
name=219) Yes, the answer is correct.
Score: 1
Week 7
Accepted Answers:
Feedback All combinations coverage is the most expressive and each choice coverage is the least
Form:
expressive criterion.
Software
Testing (IIITB)
(unit?
5) State true or false: Equivalence class partitioning is the same as input space 1 point
unit=59&lesso partitioning, with pair-wise coverage.
n=171)
True.
Week 8 () False.

Yes, the answer is correct.


Week 9 () Score: 1
Accepted Answers:
Week 10 () False.

Week 11 ()
For the next five questions, consider the input space as given below and answer the following
questions.
Week 12 ()

https://onlinecourses.nptel.ac.in/noc24_cs91/unit?unit=59&assessment=219 2/4
25/10/2024, 10:01 Software Testing - - Unit 10 - Week 7

DOWNLOAD
VIDEOS ()

Text
Transcripts ()
6) How many input characteristics are there in the above table and how many blocks 1 point
Live or partitions are there per input characteristic?
sessions ()
There are four input characteristics for the first input, three each for the second and the
Books () third inputs.
There are three inputs and four blocks per input.
There are three input characteristics and for the first input, there are four blocks, and
three each for the second and third inputs.
There are three input characteristics and totally four blocks per input.

Yes, the answer is correct.


Score: 1
Accepted Answers:
There are three input characteristics and for the first input, there are four blocks, and three
each for the second and third inputs.

7) What is the minimum number of tests required to satisfy each choice coverage on 1 point
the above table?

Three.
Four.
Nine.
Thirty six.

Yes, the answer is correct.


Score: 1
Accepted Answers:
Four.

8) What is the minimum number of tests required (considering same test case to 0 points
cover more than one unique pair of values) to satisfy each pairwise coverage (PWC) criterion?

Four.
Eight.
Fifteen.
Thirty six.

No, the answer is incorrect.


Score: 0
Accepted Answers:
Fifteen.

9) Suppose the base choice test is (annualIncome = 2 lakhs, age = 20, gender = 1 point
‘MALE’). What is the minimum number of tests required (including the base choice test case) to
satisfy each base choice coverage (BCC) criterion?

Four.

https://onlinecourses.nptel.ac.in/noc24_cs91/unit?unit=59&assessment=219 3/4
25/10/2024, 10:01 Software Testing - - Unit 10 - Week 7

Eight.
Fifteen.
Thirty six.

Yes, the answer is correct.


Score: 1
Accepted Answers:
Eight.

10) State yes or no: Will the number of tests for all combinations coverage for this table1 point
be more than the number of tests for base choice coverage, as above?

Yes.
No.

Yes, the answer is correct.


Score: 1
Accepted Answers:
Yes.

https://onlinecourses.nptel.ac.in/noc24_cs91/unit?unit=59&assessment=219 4/4

You might also like