uiz Space

May 2025 term · Software Testing · BSCS3002

Software Testing End Term: 31 August 2025, Set QID2 (May 2025 term)

The IIT Madras BS Software Testing (Software Testing) End Term paper sat on 31 Aug 2025, in the May 2025 term, set QID2: 21 questions for 100 marks in 180 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.

Questions
21
Marks
100
Duration
180 min
MCQ
20
MSQ
1

Updated

Official paper: IIT M IMPROVEMENT FN EXAM QID2 31 Aug 2025 · No negative marking.

Question 1

+5 marksOne correct option

Consider that some modules are modified or added in an existing software program. Which of the following types of testing is done to ensure that all existing and new modules are working correctly?

  1. A

    Functional Testing

  2. B

    Performance Testing

  3. C

    Regression Testing

  4. D

    Usability Testing

Show answer

Correct answer

  • C

    Regression Testing

Question 2

+5 marksOne correct option

Consider that for testing a web application, the number of concurrent users was suddenly increased by a very large amount, and the performance of the application was measured. Which of the following types of testing does this scenario represent?

  1. A

    Stress Testing

  2. B

    Spike Testing

  3. C

    Soak Testing

  4. D

    Load Testing

Show answer

Correct answer

  • B

    Spike Testing

Question 3

+5 marksOne correct option
  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • A

Question 4

+5 marksOne correct option

Defect Removal Effectiveness (DRE) belongs to which of the following categories of software metrics?

  1. A

    Product Quality Metrics

  2. B

    Object-Oriented Software Metrics

  3. C

    Maintainance Quality Metrics

  4. D

    In-Process Quality Metrics

Show answer

Correct answer

  • D

    In-Process Quality Metrics

Question 5

+5 marksOne correct option

Which type of client-side testing executes test cases that break the normal execution sequence of a web application?

  1. A

    Parameter level bypass testing

  2. B

    Control flow level bypass testing

  3. C

    Value level bypass testing

  4. D

    User-session data based testing

Show answer

Correct answer

  • B

    Control flow level bypass testing

Question 6

+5 marksOne correct option
  1. A

    1 - A, 2 - C, 3 - B

  2. B

    1 - A, 2 - B, 3 - C

  3. C

    1 - B, 2 - C, 3 - A

  4. D

    1 - B, 2 - A, 3 - C

Show answer

Correct answer

  • C

    1 - B, 2 - C, 3 - A

Question 7

+5 marksOne correct option

Consider that a user fills a form in a web application, but instead of submitting the form, she clicks on the refresh button in the browser. Which type of transition would take place in the Application Transition Graph (ATG) in this scenario?

  1. A

    Operational Transition

  2. B

    Form Link Transition

  3. C

    Redirect Transition

  4. D

    Simple Link Transition

Show answer

Correct answer

  • A

    Operational Transition

Question 8

+5 marksOne correct option
  1. A

    Hiding Variable Insertion (HVI)

  2. B

    Super Keyword Deletion (SKD)

  3. C

    Parent Constructor Deletion (PCD)

  4. D

    Overriding Method Deletion (OMD)

Show answer

Correct answer

  • B

    Super Keyword Deletion (SKD)

Question 9

+5 marksOne correct option
  1. A

    12

  2. B

    24

  3. C

    48

  4. D

    64

Show answer

Correct answer

  • C

    48

Question 10

+5 marksOne correct option
  1. A

    State Definition Anomaly (SDA)

  2. B

    State Definition Inconsistency Anomaly (SDIA)

  3. C

    Inconsistent Type Use (ITU)

  4. D

    State Visibility Anomaly (SVA)

Show answer

Correct answer

  • B

    State Definition Inconsistency Anomaly (SDIA)

Question 11

+5 marksOne correct option
  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • A

Question 12

+5 marksOne correct option
  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • C

Question 13

+5 marksOne correct option
  1. A

    Scalar variable replacement

  2. B

    Arithmetic operator replacement

  3. C

    Absolute value insertion

  4. D

    Assignment operator replacement

Show answer

Correct answer

  • B

    Arithmetic operator replacement

Question 14

+5 marksOne correct option
  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • D

Question 15

+5 marksOne correct option
  1. A

    All-Defs Coverage only

  2. B

    All-Uses Coverage only

  3. C

    All-DU-Paths Coverage

  4. D

    None of these

Show answer

Correct answer

  • B

    All-Uses Coverage only

Question 16

+4 marksOne correct option
  1. A

    A string of only zeros

  2. B

    A string starting with one, followed by zeros, and ending with a one

  3. C

    A string starting with a one and ending with zeros

  4. D

    A string starting with a one, followed by zeros, and ending with a zero

Show answer

Correct answer

  • B

    A string starting with one, followed by zeros, and ending with a one

Question 17

+5 marksOne or more correct options

Select all that apply.

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answers

  • B
  • C

Question 18

+4 marksOne correct option

Based on the above data, answer the given subquestions.

Which of the following is the set of RACC pairs for clause a?

  1. A

    {(1, 5), (2, 6), (3, 7)}

  2. B

    {(2, 6)}

  3. C

    {(1, 5), (3, 7), (4, 8)}

  4. D

    {(1, 6)}

Show answer

Correct answer

  • B

    {(2, 6)}

Question 19

+4 marksOne correct option

Based on the above data, answer the given subquestions.

Which of the following is the set of RICC pairs for clause a?

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • C

Question 20

+4 marksOne correct option

Based on the above data, answer the given subquestions.

What is the cyclomatic complexity of G?

  1. A

    6

  2. B

    5

  3. C

    4

  4. D

    3

Show answer

Correct answer

  • D

    3

Question 21

+4 marksOne correct option

Based on the above data, answer the given subquestions.

How many test requirements are there for edge-pair coverage on G?

  1. A

    6

  2. B

    7

  3. C

    8

  4. D

    9

Show answer

Correct answer

  • C

    8