0

technology Online Quiz - 1553

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

THE CURRENT VERSION OF INFORMATICA IS 8.6?

  1. True

  2. False


Correct Option: B

The approach/document used to make sure all the requirements are covered when writing test cases

  1. Test Matrix

  2. Checklist

  3. Test bed

  4. Traceablity Matrix


Correct Option: D

Executing the same test case by giving the number of inputs on same build called as

  1. Regression Testing

  2. ReTesting

  3. Ad hoc Testing

  4. Sanity Testing


Correct Option: B

AI Explanation

To answer this question, you need to understand the concepts of different types of testing.

Option A) Regression Testing - This option is incorrect because regression testing is the process of retesting a software system after making modifications or bug fixes to ensure that the changes have not introduced new defects or caused any unexpected issues. It involves retesting a specific set of test cases, not executing the same test case multiple times.

Option B) ReTesting - This option is correct because retesting refers to the process of executing the same test case or set of test cases again to verify if a previously identified defect has been fixed. It involves repeating the test case that initially failed to check if the issue has been resolved.

Option C) Ad hoc Testing - This option is incorrect because ad hoc testing is an informal and unplanned testing approach where the tester randomly tests the application without any specific test cases or plan. It does not involve executing the same test case multiple times.

Option D) Sanity Testing - This option is incorrect because sanity testing is a brief and focused testing activity done to quickly determine if the software or a system is working as expected after making minor changes. It is usually performed before a major testing effort and does not involve executing the same test case multiple times.

The correct answer is B) ReTesting. This option is correct because retesting involves executing the same test case or set of test cases again to verify if a previously identified defect has been fixed.

A Plan to overcome the risk called as

  1. Migration Plan

  2. Master plan

  3. Maintenance plan

  4. Mitigation Plan


Correct Option: D

TQM represents

  1. Tool Quality Management

  2. Test Quality Manager

  3. Total Quality Management

  4. Total Quality Manager


Correct Option: C

------------- means under what test environment(Hardware, software set up) the application will run smoothly

  1. Test Bed

  2. Checkpoint

  3. Code Walk through

  4. Checklist


Correct Option: A
  1. Severity

  2. Priority

  3. Fix ability

  4. Traceability


Correct Option: A

Which Software Development Life cycle model will require to start Testing Activities when starting development activities itself

  1. Water falls model

  2. Spiral Model

  3. V-model

  4. Linear model


Correct Option: C

Integration, It will come under

  1. CMM Level 1

  2. CMM Level 3

  3. CMM Level 2

  4. None


Correct Option: B

What is correct Software Process Cycle?

  1. Plan(P)------>Check(C)------>Act(A)----->Do(D)

  2. Plan(P)------>Do(D)------>Check(C)----->Act(A)

  3. Plan(P)------>Do(D)------>Act(A)----->Check(C)

  4. None


Correct Option: B

What are the Testing Levels?

  1. Unit Testing

  2. Integration Testing

  3. System Testing and Acceptance Testing.

  4. All the above


Correct Option: D

Software testing which is done without planning and Documentation is known as

  1. adHoc Testing

  2. Unit Testing

  3. Regression testing

  4. Functional testing.


Correct Option: A

Defects generally fall into the following categories?

  1. WRONG

  2. MISSING

  3. EXTRA

  4. All the above


Correct Option: D

AI Explanation

To answer this question, we need to understand the different categories of defects.

Option A) WRONG - This option is incorrect because it does not encompass all the categories of defects. "Wrong" refers to a defect where something is incorrect or inaccurate.

Option B) MISSING - This option is correct because it refers to a defect where something is missing or not present when it should be.

Option C) EXTRA - This option is correct because it refers to a defect where something is present when it should not be.

Option D) All the above - This option is correct because it includes all the categories mentioned: wrong, missing, and extra. Defects can fall into any of these categories.

The correct answer is D) All the above. This option is correct because it includes all the possible categories of defects.

To check whether we are developing the right product according to the customer requirements are not. It is a static process

  1. Validation

  2. Verification

  3. Quality Assurance

  4. Quality Control


Correct Option: B

A Non-Functional Software testing done to check if the user interface is easy to use and understand

  1. Usability Testing

  2. Security Testing

  3. Unit testing

  4. Block Box Testing


Correct Option: A

White box testing is not called as___________

  1. Glass box testing

  2. Closed box testing

  3. OPen box testing

  4. Clear box testing


Correct Option: B

The testing which is done by going thro' the code is known as,

  1. Unit Testing

  2. Blackbox testing

  3. White box Testing

  4. Regression testing


Correct Option: C

It measures the quality of processes used to create a quality product. It is a system of management activities, It is a preventive process, It applies for entire life cycle & Deals with Process.

  1. Validation

  2. Verification

  3. Quality Assurance

  4. Quality Control


Correct Option: C

This Testing Technique examines the basic program structure and it derives the test data from the program logic; Ensuring that all statements and conditions executed at least once. It is called as

  1. Block box Testing

  2. White box Testing

  3. Grey Box Testing

  4. Closed Box Testing


Correct Option: B
- Hide questions