Tag: testing

Questions Related to testing

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.

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

AI Explanation

To answer this question, you need to understand the concept of software testing and its different types.

Option A) Component Integration Testing - This option is incorrect. Component integration testing refers to testing the integration of multiple software components to ensure they work together correctly.

Option B) Component System Testing - This option is incorrect. Component system testing refers to testing the entire system composed of multiple components to ensure it functions correctly.

Option C) Component Sub System Testing - This option is incorrect. Component subsystem testing refers to testing a subset of system components to ensure they work together correctly.

Option D) Maintenance Testing - This option is incorrect. Maintenance testing refers to testing performed on a software system after it has been deployed to ensure it continues to function correctly and address any issues or bugs that arise.

The correct answer is A) Component Integration Testing. This testing is also called Link Testing because it focuses on testing the integration and interaction between different software components to ensure they work together correctly.

  1. Test Implementation and execution

  2. Test Analysis and Design

  3. Evaluating the Exit Criteria and reporting

  4. Test Closure Activities


Correct Option: B

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

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
  1. Checking that we are building the right system

  2. Checking that we are building the system right.

  3. Performed by an independant testing team

  4. Making sure that it is what the user really wants


Correct Option: B
  1. Will always be automated

  2. Will help ensure unchanged areas of the software have not been affected

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

  4. Can only be run during user acceptance testing


Correct Option: B

If an expected result is not specified then:

  1. We cannot run the test

  2. It may be difficult to repeat the test

  3. It may be difficult to determine if the test has passed or failed

  4. We cannot automate the user inputs


Correct Option: C
  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 reasons for failure


Correct Option: D
  1. You shorten the time required for testing

  2. You do the best testing in the time available

  3. You do more effective testing

  4. You find more faults


Correct Option: B