0

testing Online Quiz - 79

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

A piece of software has been given….what tests in the Following will you perform? 1) Test the areas most critical to business processes 2) Test the areas where faults will be maximum 3) Test the easiest functionalities

  1. 1&2 are true and 3 is false.

  2. 1,2&3 are true.

  3. 1 is true, 2&3 are false.

  4. 1&2 are false, 3 is true.


Correct Option: A

Amount of testing performed will not depend on

  1. Risks involved

  2. Contractual requirements

  3. Legal requirements

  4. Test data


Correct Option: D

Which of the following provides the biggest potential cost saving from use of CAST?

  1. Test management

  2. Test design

  3. Test planning

  4. Test execution


Correct Option: D

Testing is not done to:

  1. Find faults

  2. Improve quality

  3. Check user friendliness

  4. Improve software accuracy


Correct Option: D

Software quality is not relevant to

  1. Correctness

  2. Usability

  3. Viability

  4. Reusability


Correct Option: C

Which of the following are false?

  1. Incidents should always be investigated and resolved.

  2. Incidents occur when expected and actual results differ.

  3. Incidents can be analyzed to assist in test process improvement

  4. An incident can be raised against documentation


Correct Option: C

Which of the following is a type of non-functional testing?

  1. Usability testing.

  2. Statement Coverage.

  3. Dataflow testing.

  4. Cause-effect graphing.


Correct Option: A

To make a test effective it is most important that

  1. It is easy to execute.

  2. It is designed to detect faults if present.

  3. The expected outcome is specified before execution.

  4. It is unlikely to delay progress.


Correct Option: C

Error guessing is:

  1. An appropriate way of deriving system tests.

  2. Only used if good requirements are not available.

  3. Only used when good requirements are available.

  4. The most appropriate way of deriving system tests.


Correct Option: D
  1. IEEE 802.11

  2. ISO 9001

  3. BS 7925-1

  4. BS 7925-2


Correct Option: C

Which of the following is true of V-model?

  1. It includes the verification of designs.

  2. It states that modules are tested against user requirements.

  3. It specifies the test techniques to be used.

  4. It only models the testing phase.


Correct Option: B

Which of the following is NOT part of a high level test plan?

  1. Functions not to be tested.

  2. Environmental requirements.

  3. Analysis of Specifications.

  4. Entry and Exit criteria.


Correct Option: C

When do you stop testing?

  1. When the specified number of faults are found.

  2. When the test completion criteria are met.

  3. When all high and medium priority tests are complete.

  4. When all statements have been executed.


Correct Option: B

Which of the following is least important in test management?

  1. Estimating test duration.

  2. Incident Management.

  3. Configuration Management.

  4. De-bugging.


Correct Option: B

How would you estimate the amount of re-testing likely to be required?

  1. Metrics from previous similar projects.

  2. Discussions with the development team.

  3. Time allocated for regression testing.

  4. Both A & B.


Correct Option: A

Which of the following statements is true of static analysis:

  1. Compiling code is not a form of static analysis.

  2. Static analysis need not be performed before imperative code is executed.

  3. Static analysis can find faults that are hard to find with

  4. Extensive statistic analysis will not be needed if white- Box testing is to be performed.


Correct Option: A
  1. Testing whether a known software fault been fixed.

  2. Executing a large number of different tests.

  3. Testing whether modifications have introduced adverse side effects.

  4. Using a test automation tool.


Correct Option: C
  1. This is an acceptable risk of a multi-user system.

  2. Insufficient functional testing has been performed.

  3. This indicates an important non-functional requirement was not specified and tested.

  4. It is not possible to test against such events prior to release.


Correct Option: C
Explanation:

To solve this question, the user needs to have knowledge about software testing and the types of testing performed during the software development life cycle.

Now, let's go through each option and explain why it is right or wrong:

A. This option is incorrect because although it is true that a multi-user system may experience field failures, it is not an acceptable risk. All software systems should be designed and tested to handle multiple users accessing the system simultaneously.

B. This option is incorrect because insufficient functional testing may cause defects or issues in the system's functionality. However, a field failure occurring due to multiple users accessing the system is not a functional issue but a non-functional one.

C. This option is correct. A field failure occurring when multiple users access a system indicates that an important non-functional requirement was not specified and tested. Non-functional requirements include performance, usability, security, and reliability. A multi-user system should be designed and tested to handle the expected number of users accessing the system simultaneously.

D. This option is incorrect because it is possible to test against such events prior to release. Load testing and stress testing are types of non-functional testing that can be performed to test a system's performance when multiple users access the system simultaneously.

Therefore, the correct answer is:

The Answer is: C

Integration testing in the large involves:

  1. Testing the system when combined with other systems.

  2. Testing a sub-system using stubs and drivers.

  3. Testing a system with a large number of users.

  4. Combing software components and testing them in one go.


Correct Option: A

Data flow analysis studies:

  1. How rapidly data is transferred through a program.

  2. The rate of change of data values as a program executes.

  3. The use of data on paths through the code.

  4. The intrinsic complexity of the code.


Correct Option: B
- Hide questions