Tag: testing

Questions Related to testing

  1. all the tests in the Test Plan

  2. all the tests in a specified folder in the Test Plan

  3. all the requirements linked to the specified test

  4. all the cycles or releases the test is linked to


Correct Option: B

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. 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

  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
  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.

  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