Tag: testing

Questions Related to testing

  1. By creating future tests based on the results of previous tests, a tester is demonstrating at type of informal test design technique?
  1. Security testing

  2. Non functional testing

  3. Exploratory testing

  4. Interoperability testing


Correct Option: C
  1. Which of the following is a potential risk in using test support tools?
  1. Underestimating the effort needed to maintain the test assets

  2. Losing access to important testing information when needed

  3. Relying too much on qualitative and quantitative assessments

  4. Lowering the morale of the test team because of repetition


Correct Option: A
  1. System testing

  2. Operational testing

  3. Structural testing

  4. Integration testing


Correct Option: C
  1. Project Managers

  2. Operators of the product

  3. Developers

  4. Technical Experts


Correct Option: B
  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. I, ii, iii are true and iv is false

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

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

  4. I , ii are false and iii, iv are true


Correct Option: B

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

AI Explanation

To answer this question, you need to understand the concept of equivalence classes.

Equivalence classes refer to a set of input values that are considered equivalent or produce the same result. In this case, the valid equivalence class for the numeric values in the text box is between 18 and 25.

Let's go through each option to determine which one is an invalid equivalence class:

Option A) 17 - This option is invalid because it falls outside the specified range of 18 to 25.

Option B) 19 - This option is valid because it falls within the specified range of 18 to 25.

Option C) 24 - This option is valid because it falls within the specified range of 18 to 25.

Option D) 21 - This option is valid because it falls within the specified range of 18 to 25.

Therefore, the invalid equivalence class is option A) 17 because it is outside the range of 18 to 25.

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 answer this question, we need to understand the given conditions. The candidate needs to score a minimum of 24 marks to clear the exam, and the maximum score possible is 40 marks.

Let's go through each option to determine if it contains valid equivalence values for the candidate to clear the exam:

Option A) 22, 23, 26

  • None of these values are equal to or greater than 24. Therefore, this option is incorrect.

Option B) 21, 39, 40

  • The values 39 and 40 are greater than 24, so they are valid equivalence values. However, the value 21 is less than 24, so it is not valid. Therefore, this option is incorrect.

Option C) 29, 30, 31

  • All of these values are equal to or greater than 24. Therefore, this option is correct.

Option D) 0, 15, 22

  • None of these values are equal to or greater than 24. Therefore, this option is incorrect.

Therefore, the valid equivalence values for the candidate to clear the exam are 29, 30, and 31. The correct answer is option C.