Tag: testing

Questions Related to testing

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

  2. A white box testing technique appropriate for component testing

  3. A black box testing technique used only by developers

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


Correct Option: D

A regression test

  1. will help ensue unchanged areas of the software have not been affected

  2. can only be run during user acceptance testing

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

  4. will always be automed


Correct Option: A

What is the difference between testing software developed by contractor outside your country, versus testing software developed by a contractor within your country?

  1. Does not meet people needs

  2. Loss of control over reallocation of resources

  3. Cultural difference

  4. Relinquishments of control


Correct Option: C

Which of the following could be a reason for a failure 1. Testing fault 2. Software fault 3.Design fault 4. Environment fault 5. Documentation fault

  1. 2 is a valid reason; 1,3,4&5 are not

  2. 1,2,3,4 are valid reasons; 5 is not

  3. 1,2,3 are valid reasons; 4&5 are not

  4. All of them are valid


Correct Option: D

AI Explanation

To answer this question, we need to understand the different types of faults that can lead to software failure.

Option A) 2 is a valid reason; 1,3,4&5 are not - This option is incorrect. While software faults (Option 2) can certainly lead to failure, other types of faults can also be responsible.

Option B) 1,2,3,4 are valid reasons; 5 is not - This option is incorrect. Documentation faults (Option 5) can also contribute to software failure.

Option C) 1,2,3 are valid reasons; 4&5 are not - This option is incorrect. Environment faults (Option 4) can also cause software failure.

Option D) All of them are valid - This option is correct. All the mentioned faults (1. Testing fault, 2. Software fault, 3. Design fault, 4. Environment fault, 5. Documentation fault) can potentially lead to software failure. Each of these faults can have a different impact on the software's functionality and performance.

Therefore, the correct answer is option D) All of them are valid.

A reliable website/application will be the one which

  1. is likely to be fault-free

  2. is unlikely to cause a failure

  3. is likely to be liked by the users

  4. is unlikely to be completed on schedule


Correct Option: B
  1. After Coding

  2. After external design

  3. After internal design

  4. After freezing the requirements


Correct Option: D

If an acceptance criterion or expected result is not specified in a test

  1. it may be difficult to repeat the test

  2. It will be difficult to decide if the test has passed or failed

  3. We cannot run the test

  4. We cannot automate the user inputs


Correct Option: B

Which of these can be successfully tested using Loop Testing methodology?

  1. Simple Loops

  2. Nested Loops

  3. Concatenated Loops

  4. All of the above


Correct Option: D
  1. Shorten the time required for testing

  2. Find more faults

  3. Do more effective testing

  4. Do the best testing in the time available


Correct Option: D

Which is the most required skill of a good tester?

  1. Having good attention to detail

  2. Being diplomatic

  3. Able to be relied on

  4. Able to write software


Correct Option: C