0

testing Online Quiz - 67

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

what is not a structure based techniques?

  1. code coverage

  2. statement coverage

  3. decision tables

  4. decision coverage


Correct Option: C

Debugging is done by

  1. developers

  2. testers

  3. analysists

  4. test lead


Correct Option: A

Test conditions are derived from

  1. test cases

  2. Specifications

  3. test data

  4. test design


Correct Option: B
Explanation:

To answer this question, the user needs to understand the different terms in software testing.

Test conditions are derived from specifications. Specifications are documents that describe the requirements for the software being developed. Test conditions are based on the requirements found in the specifications.

Option A, test cases, are derived from test conditions. Test cases are specific scenarios or steps that are carried out to verify that the software meets the test conditions.

Option C, test data, is the data used to execute the test cases and verify the expected results.

Option D, test design, is the process of creating the test cases and test data needed to verify that the software meets the requirements specified in the specifications.

Therefore, the correct answer is:

The Answer is: B. Specifications

Which will be useful for input and output coverage?

  1. Boundary value analysis

  2. usecase testing

  3. equivalence partioning

  4. decision table


Correct Option: C

Quality Software can be developed only when each and every engineer and manager is committed to Quality

  1. True

  2. False


Correct Option: A

Depending on the type of project Software Development Life cycle model has to be chosen

  1. True

  2. False


Correct Option: A

Software Testing management tool helps in achieving a process-oriented testing

  1. True

  2. False


Correct Option: A

Test Engineers need not test the application against the specifications

  1. True

  2. False


Correct Option: B

Silk Test Host Software is the component of SilkTest that interacts with GUI of your application?

  1. True

  2. False


Correct Option: B

4Test is the scripting language used in SilkTest

  1. True

  2. False


Correct Option: A

Scripting language used in winrunner is TSL

  1. True

  2. False


Correct Option: A

Apache JMeter is an open source testing tools used to test the performance of the application when it is under heavy load?

  1. True

  2. False


Correct Option: A

VuserScripts describes the actions performed by a virtual user in Load Runner Tool

  1. True

  2. False


Correct Option: A

In SilkTest AUT and Agent Software need not run on the same machine?

  1. True

  2. False


Correct Option: B

White Box testing is used for?

  1. testing and functionality

  2. testing the source code

  3. testing the reliability requirements

  4. testing the portability requirements


Correct Option: B

Black box testing is used for

  1. testing the functionality

  2. testing the source code

  3. testing the performance requirements

  4. testing the portability requirements


Correct Option: A

Reusability of software is

  1. Operational characteristic

  2. Transition Characteristic

  3. Revision Characteristic

  4. both a and c


Correct Option: B

Software maintenance involves

  1. preventive maintenance

  2. adaptive maintenance

  3. corrective maintenance

  4. all of the above


Correct Option: D
  1. increased productivity of people

  2. less infrastructure costs

  3. high quality product

  4. all of the above


Correct Option: D

What is/are the command/commands used to invoke other application from QTP

  1. Run

  2. Invoke Application

  3. SytemUtil.Run

  4. Both 1 & 2

  5. Both 2 & 3


Correct Option: E
- Hide questions