Tag: testing

Questions Related to testing

  1. structural based

  2. white box

  3. grey box

  4. specification based


Correct Option: D

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