Tag: testing

Questions Related to testing

  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
  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
  1. Estimating test duration.

  2. Incident Management.

  3. Configuration Management.

  4. De-bugging.


Correct Option: B
  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
  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