Tag: testing

Questions Related to testing

  1. Features to be tested

  2. Incident reports

  3. Risks

  4. Schedule


Correct Option: B
  1. possible communications bottlenecks in a program.

  2. the rate of change of data values as a program executes.

  3. the intrinsic complexity of the code.

  4. the use of data on paths through the code.


Correct Option: D
  1. An inspection is lead by the author, whilst a walkthrough is lead by a trained moderator.

  2. An inspection has a trained leader, whilst a walkthrough has no leader.

  3. A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator.

  4. Authors are not present during inspections, whilst they are during walkthroughs.


Correct Option: C
Explanation:

To answer this question, the user needs to understand the difference between a walkthrough and an inspection in the context of software development.

Option A states that an inspection is led by the author, while a walkthrough is led by a trained moderator. This option is incorrect because it has reversed the roles. A walkthrough is typically led by the author, while a trained moderator leads an inspection.

Option B states that an inspection has a trained leader, while a walkthrough has no leader. This option is incorrect because both an inspection and a walkthrough have a leader. In a walkthrough, the author leads the team through the software, while in an inspection, a trained moderator leads the team.

Option C is the correct answer. A walkthrough is led by the author, while an inspection is led by a trained moderator. During a walkthrough, the author guides the team through the software and explains the code and design choices. In contrast, during an inspection, the trained moderator leads the team through a formal review of the software to identify defects and potential improvements.

Option D is incorrect. Authors are typically present during both inspections and walkthroughs. In a walkthrough, the author leads the team through the software and answers questions. In an inspection, the author is available to answer questions but does not lead the review.

Therefore, the correct answer is:

The Answer is: C. A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator.

  1. found in the software; the result of an error.

  2. departure from specified behavior.

  3. an incorrect step, process or data definition in a computer program.

  4. a human action that produces an incorrect result.


Correct Option: B
  1. Is the task done correctly

  2. Is the correct task done

  3. Is the task complete

  4. Is the task created


Correct Option: A
  1. Is the task done correctly

  2. Is the correct task done

  3. Is the task complete

  4. Is the task created


Correct Option: B
  1. Automation testing is the process of developing and executing tests that can run unattended

  2. Automation testing is the process of developing and executing tests that can run with manual intervention

  3. All testing procedures are called automation testing

  4. Automation testing is the process of developing and executing tests that can be run by testers


Correct Option: A
  1. To reduce testing time

  2. To reduce testing cost

  3. All of the above

  4. We have budget for automation


Correct Option: C