0

testing Online Quiz - 36

Description: testing Online Quiz - 36
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0

When a child requirement is linked to a test, what else is automatically linked to a test?

  1. Release cycle

  2. Parent requirement

  3. Functional Requirement

  4. Other child requirement


Correct Option: B

While running a manual test, one log a defect a specific step, Is that defect automatically linked to any other entity ?

  1. Yes indirectly linked to test instance

  2. No, a defect can be linked to only one entity

  3. No all linked to other entities must be done separately

  4. Yes, directly to other defect linked to test instance


Correct Option: A

What kind of data can be imported into QC by using excel macro ? (Select as applicable)

  1. Defect data

  2. Test set data

  3. Test plan data

  4. Release data

  5. Requirement data


Correct Option: A,C,E

How many defects can be linked to a requirement ?

  1. Only one defect

  2. multiple

  3. none

  4. three


Correct Option: B

While designing the test plan, one mistakenly deleted a folder. Where it can be recovered ?

  1. No , it can not be recovered

  2. Yes, it can be from Subject folder

  3. Yes, it can be from Unattached folder

  4. Yes, it can be from Deleted folder


Correct Option: C
  1. No

  2. Yes, however an automated test can not follow manual test

  3. Yes, automated and manual test may be used in same test

  4. None


Correct Option: C

Which of the following BEST describes the difference between an inspection and a walkthrough?

  1. Both inspections and walkthroughs are led by the author.

  2. An inspection is led by a moderator and a walkthrough is led by the author.

  3. Both inspections and walkthroughs are led by a trained moderator.

  4. A walkthrough is led by the author. The author is not present during inspections.


Correct Option: B

AI Explanation

To answer this question, you need to understand the difference between an inspection and a walkthrough.

Option A) Both inspections and walkthroughs are led by the author - This option is incorrect because in a walkthrough, the author is present, but in an inspection, the author is not present.

Option B) An inspection is led by a moderator and a walkthrough is led by the author - This option is the correct answer. In an inspection, a trained moderator leads the process and facilitates the review, while in a walkthrough, the author of the work being reviewed leads the process.

Option C) Both inspections and walkthroughs are led by a trained moderator - This option is incorrect because a walkthrough is led by the author, not a moderator.

Option D) A walkthrough is led by the author. The author is not present during inspections - This option is incorrect because the author is present during a walkthrough, but not during an inspection.

The correct answer is B. An inspection is led by a moderator, and a walkthrough is led by the author.

  1. The name and/or organisational position of the person raising the problem.

  2. Version of the Software Under Test.

  3. Suggestions as to how to fix the problem.

  4. Actual and expected results.


Correct Option: C

Which of the following defines the expected results of a test?

  1. Test case specification.

  2. Test design specification.

  3. Test procedure specification.

  4. Test results.


Correct Option: A

AI Explanation

To answer this question, we need to understand the different components related to testing.

Option A) Test case specification - This option is correct because a test case specification defines the expected results of a test. It outlines the specific inputs, conditions, and expected outputs for a particular test case.

Option B) Test design specification - This option is incorrect because a test design specification focuses on the overall test design strategy and approach, rather than the specific expected results of a test.

Option C) Test procedure specification - This option is incorrect because a test procedure specification outlines the steps and instructions for executing a particular test, but it does not explicitly define the expected results.

Option D) Test results - This option is incorrect because test results represent the actual outcomes and findings from executing a test, rather than defining the expected results.

The correct answer is A) Test case specification. This option is correct because it specifically defines the expected results of a test by outlining the inputs, conditions, and expected outputs for a particular test case.

Some tools are geared more for developer use. For the 5 tools listed, which statement BEST details those for developers i) Performance testing tools. ii) Coverage measurement tools. iii) Test comparators. iv) Dynamic analysis tools. v) Incident management tools.

  1. i, iii. and iv. are more for developers.

  2. ii. and iv. are more for developers.

  3. ii, iii. and iv. are more for developers.

  4. ii. and iii. are more for developers.


Correct Option: B

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) i, iii, and iv are more for developers - This option is incorrect. While performance testing tools (i), test comparators (iii), and dynamic analysis tools (iv) may be useful for developers, it does not include coverage measurement tools (ii) which are also important for developers.

Option B) ii and iv are more for developers - This option is correct. Coverage measurement tools (ii) and dynamic analysis tools (iv) are commonly used by developers to ensure code coverage and analyze the behavior of their code.

Option C) ii, iii, and iv are more for developers - This option is incorrect. While coverage measurement tools (ii) and dynamic analysis tools (iv) are commonly used by developers, it includes test comparators (iii) which may be more relevant to testers rather than developers.

Option D) ii and iii are more for developers - This option is incorrect. While coverage measurement tools (ii) may be more relevant to developers, it includes test comparators (iii) but does not include dynamic analysis tools (iv) which are also commonly used by developers.

The correct answer is B) ii and iv are more for developers. This option is correct because coverage measurement tools (ii) and dynamic analysis tools (iv) are commonly used by developers.

Static code analysis typically identifies all but one of the following problems. Which is it?

  1. Unreachable code.

  2. Unreachable Variables

  3. Faults in the requirements

  4. Too few comments


Correct Option: C

Checks for memory leaks or other problems that may occur with prolonged execution

  1. Ad Hoc Testing

  2. Compatibility Testing

  3. Endurance Testing

  4. Functional Testing


Correct Option: C

Testing practice for projects using some methodologies, treating development as the customer of testing and emphasizing a test-first design paradigm

  1. Component Testing

  2. Scalability Testing

  3. Ad Hoc Testing

  4. Agile Testing


Correct Option: D

Testing conducted to enable a user/customer to determine whether to accept a software product

  1. Agile Testing

  2. Functional Testing

  3. Acceptance Testing

  4. Smoke Testing


Correct Option: C

Testing which covers all combinations of input values and preconditions for an element of the software under test

  1. Component Testing

  2. Exhaustive Testing

  3. End-to-End Testing

  4. Functional Testing


Correct Option: B

A quick-and-dirty test that the major functions of a piece of software work

  1. Component Testing

  2. Functional Testing

  3. Regression Testing

  4. Smoke Testing


Correct Option: D

AI Explanation

To answer this question, you need to understand the different types of tests that are performed on software.

Option A) Component Testing - Component testing, also known as unit testing, is focused on testing individual components or modules of the software in isolation. This type of testing is not specifically designed to test the major functions of the software as a whole.

Option B) Functional Testing - Functional testing is aimed at testing the major functions and features of the software to ensure that it meets the specified requirements. However, functional testing is typically more comprehensive and detailed than a quick-and-dirty test.

Option C) Regression Testing - Regression testing is performed to ensure that changes or updates to the software do not introduce new bugs or impact existing functionality. While regression testing is important, it is not specifically focused on quickly testing the major functions of the software.

Option D) Smoke Testing - Smoke testing, also known as build verification testing, is a type of test that is designed to quickly and superficially test the major functions of the software. It is performed to check if the software is stable enough for further testing. Smoke testing is a quick-and-dirty test that provides a basic level of confidence that the major functions of the software are working as expected. Therefore, the correct answer is D) Smoke Testing.

The correct answer is D) Smoke Testing. This option is correct because smoke testing is a quick-and-dirty test that is performed to check the major functions of the software.

Running a system at high load for a prolonged period of time

  1. Soak testing

  2. Smoke testing

  3. Agile Testing

  4. Functional Testing


Correct Option: A

Testing conducted to evaluate a system or component at or beyond the limits of its specified requirements to determine the load under which it fails and how

  1. Component Testing

  2. Stress Testing

  3. Dynamic Testing

  4. Recovery Testing


Correct Option: B
- Hide questions