0

testing Online Quiz - 93

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

Leaving comments in HTML source code when an application leaves the development environment

  1. Is a good programming practice

  2. Is very useful during code reviews

  3. Is the recommended practice for secure code maintenance

  4. May give the attacker valuable information to perform an exploit


Correct Option: D
  1. Test Implementation and execution

  2. Test Analysis and Design

  3. Evaluating the Exit Criteria and reporting

  4. Test Closure Activities


Correct Option: B
  1. Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase
  1. Test Implementation and execution

  2. Test Analysis and Design

  3. Evaluating the Exit Criteria and reporting

  4. Test Closure Activities


Correct Option: B
  1. Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase
  1. Test Implementation and execution

  2. Test Analysis and Design

  3. Evaluating the Exit Criteria and reporting

  4. Test Closure Activities


Correct Option: B
  1. Test Implementation and execution has which of the following major tasks? i. Developing and prioritizing test cases, creating test data, writing test procedures and optionally preparing the test harnesses and writing automated test scripts. ii. Creating the test suite from the test cases for efficient test execution. iii. Verifying that the test environment has been set up correctly. iv. Determining the exit criteria.
  1. i,ii,iii are true and iv is false

  2. i,,iv are true and ii is false

  3. i,ii are true and iii,iv are false

  4. ii,iii,iv are true and i is false


Correct Option: A

3 One of the fields on a form contains a text box which accepts numeric values in the range of 18 to 25. Identify the invalid Equivalence class

  1. 17

  2. 19

  3. 24

  4. 21


Correct Option: A

4 In an Examination a candidate has to score minimum of 24 marks in order to clear the exam. The maximum that he can score is 40 marks. Identify the Valid Equivalence values if the student clears the exam.

  1. 22,23,26

  2. 21,39,40

  3. 29,30,31

  4. 0,15,22


Correct Option: C

6)Link Testing is also called as

  1. Component Integration testing

  2. Component System Testing

  3. Component Sub System Testing

  4. Maintenance testing


Correct Option: A
Explanation:

To solve this question, the user needs to be familiar with software testing and the different types of testing that are performed in software development.

The question is asking for the name of the type of testing that is also known as Link Testing. Link Testing is a type of testing that is used to verify the proper integration of different software components.

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

A. Component Integration testing: This option is correct. Component Integration testing is another name for Link Testing. This type of testing is used to verify the proper integration of different software components.

B. Component System Testing: This option is incorrect. Component System Testing is a type of testing that focuses on testing individual components of the system.

C. Component Sub System Testing: This option is incorrect. Component Sub System Testing is not a commonly used term in software testing.

D. Maintenance testing: This option is incorrect. Maintenance testing is a type of testing that is performed to verify that changes made to the software have not introduced new defects.

Therefore, the answer is: A. Component Integration testing.

The cost of fixing a fault:

  1. Is not important

  2. Increases as we move the product towards live use

  3. Decreases as we move the product towards live use

  4. Is more expensive if found in requirements than functional design


Correct Option: B

Verification involves which of the following:- i. Helps to check the Quality of the built product ii. Helps to check that we have built the right product. iii. Helps in developing the product iv. Monitoring tool wastage and obsoleteness.

  1. Options i,ii,iii,iv are true

  2. i is true and ii,iii,iv are false

  3. i,ii,iii are true and iv is false

  4. ii is true and i,iii,iv are false.


Correct Option: B

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Options i, ii, iii, iv are true - This option is incorrect. While verification does help to check the quality of the built product (i), it does not involve helping to check that we have built the right product (ii) or in developing the product (iii). Additionally, it does not involve monitoring tool wastage and obsoleteness (iv).

Option B) i is true and ii, iii, iv are false - This option is correct. Verification does help to check the quality of the built product (i), but it does not involve checking if we have built the right product (ii), developing the product (iii), or monitoring tool wastage and obsoleteness (iv).

Option C) i, ii, iii are true and iv is false - This option is incorrect. While verification does help to check the quality of the built product (i), it does not involve checking if we have built the right product (ii) or in developing the product (iii). However, it does not involve monitoring tool wastage and obsoleteness (iv).

Option D) ii is true and i, iii, iv are false - This option is incorrect. While verification does not involve checking if we have built the right product (ii), it does help to check the quality of the built product (i). Additionally, it does not involve developing the product (iii) or monitoring tool wastage and obsoleteness (iv).

The correct answer is B.

Could reviews or inspections be considered part of testing:

  1. No, because they apply to development documentation

  2. No, because they are normally applied before testing

  3. No, because they do not apply to the test documentation

  4. Yes, because both help detect faults and improve quality


Correct Option: D

Which of the following is not part of performance testing:

  1. Measuring response time

  2. Measuring transaction rates

  3. Recovery testing

  4. Simulating many users


Correct Option: C

5)Which of the following statements regarding static testing is false:

  1. static testing requires the running of tests through the code

  2. static testing includes desk checking

  3. static testing includes techniques such as reviews and inspections

  4. static testing can give measurements such as cyclomatic complexity


Correct Option: D

3) One of the fields on a form contains a text box which accepts numeric values in the range of 18 to 25. Identify the invalid Equivalence class

  1. 17

  2. 19

  3. 24

  4. 21


Correct Option: A
Explanation:

To solve this question, the user needs to know about Equivalence classes which are used in software testing to divide a set of test cases into groups or sets that can be run together. Each set of test cases represents a particular behavior or functionality of the system under test.

In this question, the text box on the form accepts numeric values in the range of 18 to 25. Therefore, the valid equivalence classes will be the range of values between 18 to 25, including 18 and 25. Any value outside of this range will be an invalid equivalence class.

Now, let's go through each option and identify the invalid equivalence class:

A. 17: This option is not a valid equivalence class because it falls outside of the valid range of values between 18 to 25.

B. 19: This option is a valid equivalence class because it falls within the valid range of values between 18 to 25.

C. 24: This option is a valid equivalence class because it falls within the valid range of values between 18 to 25.

D. 21: This option is a valid equivalence class because it falls within the valid range of values between 18 to 25.

Therefore, the invalid equivalence class is:

A. 17

The answer is: A.

4) In an Examination a candidate has to score minimum of 24 marks in order to clear the exam. The maximum that he can score is 40 marks. Identify the Valid Equivalence values if the student clears the exam.

  1. 22,23,26

  2. 21,39,40

  3. 29,30,31

  4. 0,15,22


Correct Option: C

9)Which of the following is not part of performance testing:

  1. Measuring response time

  2. Measuring transaction rates

  3. Recovery testing

  4. Simulating many users


Correct Option: C

7)Verification involves which of the following:- i. Helps to check the Quality of the built product ii. Helps to check that we have built the right product. iii. Helps in developing the product iv. Monitoring tool wastage and obsoleteness.

  1. Options i,ii,iii,iv are true

  2. i is true and ii,iii,iv are false

  3. i,ii,iii are true and iv is false

  4. ii is true and i,iii,iv are false.


Correct Option: B
  1. Is not important

  2. Increases as we move the product towards live use

  3. Decreases as we move the product towards live use

  4. Is more expensive if found in requirements than functional design


Correct Option: B

8)Could reviews or inspections be considered part of testing:

  1. No, because they apply to development documentation

  2. No, because they are normally applied before testing

  3. No, because they do not apply to the test documentation

  4. Yes, because both help detect faults and improve quality


Correct Option: D

In an Examination a candidate has to score minimum of 24 marks in order to clear the exam. The maximum that he can score is 40 marks. Identify the Valid Equivalence values if the student clears the exam.

  1. 22,23,26

  2. 21,39,40

  3. 29,30,31

  4. 0,15,22


Correct Option: C

AI Explanation

To identify the valid equivalence values if the student clears the exam, we need to consider the minimum passing score of 24 marks and the maximum score of 40 marks.

The valid equivalence values would be any score that is equal to or higher than the minimum passing score, but not exceeding the maximum score.

Let's go through each option to determine which one contains the valid equivalence values:

Option A) 22,23,26 - None of these values meet the condition of being equal to or higher than 24 marks.

Option B) 21,39,40 - 39 and 40 are higher than the minimum passing score of 24, but 21 is below the minimum passing score.

Option C) 29,30,31 - All of these values meet the condition of being equal to or higher than 24 marks, but not exceeding 40 marks.

Option D) 0,15,22 - None of these values meet the condition of being equal to or higher than 24 marks.

Therefore, the correct answer is option C) 29,30,31. These values are valid equivalence values as they are equal to or higher than the minimum passing score of 24 marks and do not exceed the maximum score of 40 marks.

- Hide questions