0

testing Online Quiz - 89

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

The length of the array can be get by the method

  1. length(array)

  2. unbound(array)

  3. ubound(array)

  4. count(array)


Correct Option: C

Interaction will not Create for Anonymus Caller? (True/False)

  1. True

  2. False


Correct Option: B

Verification is:

  1. Checking that we are building the right system

  2. Checking that we are building the system right

  3. Performed by an independent test team

  4. Making sure that it is what the user really wants


Correct Option: B

Which of the following is not a static testing technique :

  1. Error guessing

  2. Walkthrough

  3. Data flow analysis

  4. Inspections


Correct Option: A

During which test activity could faults be found most cost effectively :

  1. Execution

  2. Design

  3. Planning

  4. Check Exit criteria completion


Correct Option: C

The purpose of requirement phase is :

  1. To freeze requirements

  2. To understand user needs

  3. To define the scope of testing

  4. All of the above


Correct Option: D

The inputs for developing a test plan are taken from :

  1. Project plan

  2. Business plan

  3. Support plan

  4. None of the above


Correct Option: A

Function/Test matrix is a type of :

  1. Interim Test report

  2. Final test report

  3. Project status report

  4. Management report


Correct Option: C

Defect Management process does not include :

  1. Defect prevention

  2. Deliverable base-lining

  3. Management reporting

  4. None of the above


Correct Option: B

Software testing accounts to what percent of software development costs :

  1. 10-20

  2. 40-50

  3. 70-80

  4. 40308


Correct Option: B

The process starting with the terminal modules is called :

  1. Top-down integration

  2. Module integration

  3. Bottom-up integration

  4. None of the above


Correct Option: C

A regression test:

  1. Will always be automated

  2. Will help ensure unchanged areas of the software have not been affected

  3. Will help ensure changed areas of the software have not been affected

  4. Can only be run during user acceptance testing


Correct Option: B

Which of the following statements about component testing is not true :

  1. Component testing should be performed by development

  2. Component testing is also know as isolation or module testing

  3. Component testing should have completion criteria planned

  4. Component testing does not involve regression testing


Correct Option: D

Equivalence partitioning is:

  1. A black box testing technique used only by developers

  2. A black box testing technique than can only be used during system testing

  3. A black box testing technique appropriate to all levels of testing

  4. A white box testing technique appropriate for component testing


Correct Option: C

Test are prioritized so that:

  1. You shorten the time required for testing

  2. You do more effective testing

  3. You find more faults

  4. You do the best testing in the time available


Correct Option: D

Ethical Hacking is also Known as:

  1. Penetration Testing

  2. Malicious Hacking

  3. Integration testing

  4. All of the above


Correct Option: A

Cyclomatic Complexity method comes under which testing method :

  1. White box

  2. Black box

  3. Green box

  4. Yellow box


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of Cyclomatic Complexity and its relation to testing methods.

Cyclomatic Complexity is a metric used to measure the complexity of a program. It calculates the number of independent paths through a program's source code. It helps in determining the number of test cases required to achieve full branch coverage.

Based on this, the correct answer is:

A. White box

Cyclomatic Complexity is primarily used in white box testing. White box testing focuses on testing the internal structure and implementation details of a program. It requires knowledge of the program's source code and uses techniques like code coverage analysis to ensure that all paths and branches are tested.

Black box testing, on the other hand, focuses on testing the functionality of a program without considering its internal structure. It does not require knowledge of the program's source code and is typically done by testing the program's inputs and outputs.

Green box testing and Yellow box testing are not commonly used terms in software testing and are not directly related to the topic of Cyclomatic Complexity.

Therefore, the correct answer is A) White box.

  1. Testing can show that defects are present

  2. Testing can prove that there are no defects

  3. Testing helps in reducing the probability of undiscovered errors in the software

  4. Testing cannot prove that there are no defects


Correct Option: B

Which of the following does not come under Black Box Testing?

  1. Equivalance Partitioning

  2. Boundary Value Analysis

  3. Statement Coverage

  4. Decision table Testing


Correct Option: C

what is mean by 'Pesticide paradox' ?

  1. Evaluating exit criteria and reporting

  2. Ongoing activity of comparing actual progress against the plan

  3. The test cases need to be revised and reviewed regularly inorder to find more defects

  4. A process followed in test plan


Correct Option: C
- Hide questions