0

testing Online Quiz - 68

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

Which test activities are supported by test harness or unit test framework tools

  1. Test management and control

  2. Test specification and design

  3. Performance and monitoring

  4. Test Execution and logging


Correct Option: D

‘Testing for User-Friendliness’. This testing is done if User Interface of the application stands an important consideration and needs to be specific for the specific type of user.

  1. Regression testing

  2. Usability testing

  3. Performance testing

  4. Functional testing


Correct Option: B

Technique that helps us identify testcases that exercise the whole system on a transaction by transaction basis from start to finish is

  1. Use Case testing

  2. Unit testing

  3. state transition testing

  4. decision table testing


Correct Option: A
  1. Walkthrough

  2. Inspection

  3. Informal Review

  4. Management approval


Correct Option: D
Explanation:

To answer this question, the user needs to understand the different types of review.

A. Walkthrough: This is a type of review where the author of a document walks through it with other team members, stakeholders, or subject matter experts to ensure that everyone understands the content, and to identify any defects or issues that need to be addressed. This option is a type of review.

B. Inspection: This is a type of review that focuses on finding defects or issues in a document, code, or design. It is usually performed by a team of inspectors who are trained to find defects. This option is a type of review.

C. Informal Review: This is a type of review that is not structured and is usually performed by colleagues or peers. It is done to obtain feedback, identify potential defects, and gain a better understanding of the document. This option is a type of review.

D. Management Approval: This is not a type of review. It is a process that involves obtaining approval from management for a document, design, or code before it is released.

The Answer is: D

Security Testing is a white baox testing

  1. True

  2. False


Correct Option: A

User acceptance testing (UAT) - also called beta testing,

  1. True

  2. False


Correct Option: A

Which of the following artifacts can be examined by using review techniques

  1. software code

  2. Requirement Specification

  3. Test Designs

  4. All of the above


Correct Option: D

AI Explanation

To answer this question, you need to understand the concept of review techniques.

Review techniques are methods used to evaluate and assess artifacts or documents for quality, correctness, and adherence to standards. These techniques involve a group of people reviewing the artifacts and providing feedback and suggestions for improvement.

Let's go through each option to understand which artifacts can be examined using review techniques:

Option A) Software code - This option is correct because software code can be examined using review techniques such as code reviews or peer reviews. These reviews involve developers or peers reviewing the code to identify errors, improve code quality, and ensure adherence to coding standards.

Option B) Requirement Specification - This option is correct because requirement specifications can be examined using review techniques such as requirement reviews or document reviews. These reviews involve stakeholders or subject matter experts reviewing the requirements to ensure they are clear, complete, and consistent.

Option C) Test Designs - This option is correct because test designs can be examined using review techniques such as test design reviews or test case reviews. These reviews involve testers or test designers reviewing the test designs to ensure they cover all functional and non-functional requirements, are efficient and effective, and follow testing standards.

Option D) All of the above - This option is correct because all of the mentioned artifacts (software code, requirement specifications, and test designs) can be examined using review techniques.

Therefore, the correct answer is option D) All of the above. This option is correct because review techniques can be applied to all the mentioned artifacts to ensure their quality, correctness, and adherence to standards.

Which of the following is a test type

  1. Component testing

  2. Functional testing

  3. System testing

  4. Acceptance Testing


Correct Option: B

Key characteristic of structure based testing techniques

  1. used to assess the structure of a specification

  2. used both to measure coverage and to design tests to increase coverage

  3. based on skills and experience of tester

  4. all of the above


Correct Option: B

What is a test level

  1. A group of test activities that are organized together

  2. one or more test design specification documents

  3. A test type

  4. None of the above


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of test levels.

Option A) A group of test activities that are organized together - This option is correct. In software testing, a test level refers to a specific phase or stage of testing where a group of related test activities are organized together. Each test level has a specific objective and focuses on different aspects of the software under test. Examples of test levels include unit testing, integration testing, system testing, and acceptance testing.

Option B) One or more test design specification documents - This option is incorrect. Test design specification documents are used to define the test cases and test conditions, but they are not equivalent to a test level.

Option C) A test type - This option is incorrect. Test types refer to different categories or classifications of testing, such as functional testing, performance testing, security testing, etc. Test levels are not the same as test types.

Option D) None of the above - This option is incorrect. The correct answer is option A, as explained above.

Therefore, the correct answer is A) A group of test activities that are organized together because it accurately describes the concept of a test level in software testing.

A test manager is one who

  1. manages a collection of test leaders

  2. is the leader of a test team or teams

  3. gets paid more than a test leader

  4. reports to a test leader


Correct Option: B

BVA stands for

  1. Boundary Value Analysis

  2. Boundary Value Analytics

  3. Boundary Version Accuracy

  4. None of the above


Correct Option: A

Static analysis tools are very useful to whom?

  1. me

  2. customers

  3. Developers

  4. Testers


Correct Option: C

Debugging is

  1. Part of fundamental testing process

  2. Includes repair of cause of a failure

  3. involves intentionally adding known defects

  4. follows the steps of a test procedure


Correct Option: B

what is exploratory testing

  1. process of anticipating or guessing where defects might occur

  2. systematic approach to identify specific equivalent classes of input

  3. testing carried out by a chartered engineer

  4. concurrent test design,test execution,test logging and learning


Correct Option: D

what is a test condition

  1. An input,expected outcome,precondition and post condition

  2. steps to be taken to get the system to a given point

  3. something that can be tested

  4. specific state of software


Correct Option: C

which test activities are supported by test data preparation tools?

  1. Test management and control

  2. Test specification and design

  3. Test execution and logging

  4. Performance and monitoring


Correct Option: B
  1. Contol testing

  2. Configuration testing

  3. Data flow

  4. Control flow


Correct Option: D
  1. structural based

  2. white box

  3. grey box

  4. specification based


Correct Option: D
- Hide questions