0

testing Online Quiz - 70

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

What is Version Object Base?

  1. It is a repository for storing versioned project artifacts and metadata

  2. It is the creation of multiple releases of a product that's improved, upgraded or customized

  3. It is the management of changes of computer files

  4. It is a component of a program that knows how to perform certain actions


Correct Option: A

What is Alpha Testing?

  1. Acceptance testing performed by the customer at the Tester's site

  2. Acceptance testing performed by the customer at the developer's site

  3. Acceptance testing performed by the customer in Live environment

  4. Acceptance testing performed by the customer in client environment


Correct Option: B

What is the unit of measure used by the IFPUG Functional Size Measurement Method

  1. Feature pointa

  2. External reference files

  3. Function points

  4. Internal Interface files


Correct Option: C

Measure is independent of technology and physical implementation.

  1. True

  2. False


Correct Option: A

Which of the following operating systems are supported by clearcase ?

  1. AIX

  2. HP UNIX

  3. Solaris

  4. MS DOS

  5. Linux


Correct Option: A,B,E

Clearcase allows to write on the element which is check-out mode

  1. True

  2. False


Correct Option: A

What is Critical in Web Testing?

  1. Performance and Functionality

  2. Functionality and usability

  3. Usability and Performance

  4. None of the above


Correct Option: C

Testing across different languages is called

  1. Linguistic Testing

  2. Localization Testing

  3. Both A and B

  4. None of the above.


Correct Option: B

Hierarchical System refers to

  1. Several levels of component that includes objects and classes

  2. Several levels of component that includes objects, classes, systems

  3. Several levels of component that includes, foundation components, systems

  4. None of the above.


Correct Option: D

Hybrid Testing is

  1. Combination of one or more testing techniques

  2. Combination of top-down and bottom-up testing

  3. Both A and B

  4. None of the above.


Correct Option: B

Test coverage analysis is the process of

  1. Creating additional test cases to increase coverage

  2. Finding areas of program exercised by the test cases

  3. Determining a quantitative measure of code coverage, which is a direct measure of quality.

  4. All of the above.


Correct Option: A

AI Explanation

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

Option A) Creating additional test cases to increase coverage - This option is incorrect because test coverage analysis is not about creating additional test cases. It is about analyzing the coverage of the existing test cases.

Option B) Finding areas of the program exercised by the test cases - This option is correct. Test coverage analysis involves analyzing the areas of a program that are exercised by the test cases. It helps identify which parts of the code have been tested and which parts have not.

Option C) Determining a quantitative measure of code coverage, which is a direct measure of quality - This option is incorrect. While test coverage analysis can provide a quantitative measure of code coverage, it is not a direct measure of quality. Code coverage is just one aspect of testing and does not guarantee the absence of bugs or defects.

Option D) All of the above - This option is incorrect because Option A is incorrect.

The correct answer is Option B. Test coverage analysis involves finding areas of the program exercised by the test cases.

White Box Testing is

  1. Same as glass box testing

  2. Same as clear box testing

  3. Both A and B

  4. None of the above.


Correct Option: C
  1. Similar to proof reading

  2. Widely used in web testing

  3. Part of usability Testing

  4. All of the above


Correct Option: D

Decision Coverage.

  1. Testing the boolean expressions which are not in control structures

  2. Entire expression is considered as boolean expression irrespective of logical-and and logical-or operators

  3. Coverage except switch-statement cases, exception handlers

  4. All of the above.


Correct Option: B

Class testing

  1. Require a driver to test

  2. No need of instances of other classes

  3. No need to test the transitions

  4. All of the above.


Correct Option: A

Build Verification Test is

  1. Same as smoke test

  2. Done after each build to make sure that the build doesn’t contain major errors

  3. Both A and B

  4. None of the above.


Correct Option: C

Smoke Testing is

  1. To find whether the hardware burns out

  2. Same as build verification test

  3. To find that software is stable

  4. None of the above


Correct Option: C

Code Walkthrough is ________

  1. A type of dynamic testing

  2. Type of static testing

  3. Neither dynamic nor static

  4. Performed by the testing team


Correct Option: D

Static Analysis is

  1. Same as static testing

  2. Done by the developers

  3. Both A and B

  4. None of the above


Correct Option: B

The benefits of glass box testing are

  1. Focused Testing, Testing coverage, control flow

  2. Data integrity, Internal boundaries, algorithm specific testing

  3. Both A and B

  4. Either A or B


Correct Option: A
- Hide questions