Tag: testing

Questions Related to testing

  1. deviations from standards,

  2. requirement defects,

  3. design defects,

  4. insufficient maintainability and incorrect interface specifications.

  5. all of the above


Correct Option: E

Load Testing Tools

  1. reduces the time spent by the testers

  2. reduces the resources spent (hardware)

  3. mostly used in web testing

  4. all of the above


Correct Option: D

Reviews, static analysis and dynamic testing have the same objective –

  1. identifying defects.

  2. fixing defects.

  3. 1 and 2

  4. None


Correct Option: A
Explanation:

To solve this question, the user needs to know about the objectives of reviews, static analysis, and dynamic testing.

Reviews, static analysis, and dynamic testing have the same objective of identifying defects.

Option A is the correct answer.

Option B is incorrect because fixing defects is not the objective of reviews, static analysis, and dynamic testing. Their objective is to identify defects so that they can be reported for fixing.

Option C is incorrect because the statement "1 and 2" is not clear. It is not clear what "2" is referring to, and it is unclear how it is related to the objective of identifying defects.

Option D is incorrect because, as mentioned earlier, the objective of reviews, static analysis, and dynamic testing is to identify defects. Therefore, the statement "None" is incorrect.

The Answer is: A

  1. Shows the number of newly discovered defects per unit time

  2. Shows the number of open defects per unit time.

  3. Shows the cumulative total number of defects found up to this time.

  4. Any of these, depending on the company.


Correct Option: A

What are the 2 major components taken into consideration with risk analysis?

  1. The probability the negative event will occur

  2. The potential loss or impact associated with the event

  3. Both a and b

  4. Neither a nor b


Correct Option: C

We can achieve complete statement coverage but still miss bugs because:

  1. The failure occurs only if you reach a statement taking the TRUE branch of an IF statement, and you got to the statement with a test that passed through the FALSE branch.

  2. The failure depends on the program's inability to handle specific data values, rather than on the program's flow of control.

  3. Both A and B

  4. We are not required to test code that customers are unlikely to execute.


Correct Option: C

Who is responsible for conducting test readiness review?

  1. Test manager

  2. Test engineer

  3. both A & B

  4. Project Manager


Correct Option: A
  1. Use risk based analysis to find out which areas need to be tested

  2. Use automation tool for testing

  3. a and b

  4. None of the above


Correct Option: A

From a Testing perspective, what are the MAIN purposes of Configuration Management? i) Identifying the version of software under test. ii) Controlling the version of testware items. iii) Developing new testware items. iv) Tracking changes to testware items. v) Analysing the need for new testware items.

  1. A. ii, iv and v.

  2. B. ii, iii and iv.i,

  3. C. i, ii and iv.

  4. D. i, iii and v.


Correct Option: A

AI Explanation

To answer this question, we need to understand the main purposes of Configuration Management in the context of testing. Let's go through each option to understand why it is correct or incorrect:

Option A) ii, iv, and v - This option is correct because Configuration Management is responsible for controlling the version of testware items (ii), tracking changes to testware items (iv), and analyzing the need for new testware items (v). These purposes help ensure that the correct versions of testware are used and that changes to testware items are properly tracked.

Option B) ii, iii, and iv.i - This option is incorrect because it includes option iii, which states "Developing new testware items." While Configuration Management may play a role in managing the development of new testware items, it is not one of the main purposes of Configuration Management from a testing perspective.

Option C) i, ii, and iv - This option is incorrect because it does not include purpose v, which is "Analyzing the need for new testware items." This is an important purpose of Configuration Management in testing, as it helps determine when new testware items need to be created.

Option D) i, iii, and v - This option is incorrect because it does not include purpose ii, which is "Controlling the version of testware items." This is a crucial purpose of Configuration Management in testing, as it ensures that the correct versions of testware are used.

The correct answer is A. A. ii, iv, and v. This option includes all the main purposes of Configuration Management in testing.

Which of the following is a MAJOR task of test planning?

  1. A. Scheduling test analysis and design tasks.

  2. B. Initiating corrective actions.

  3. C. Monitoring progress and test coverage.

  4. D. Measuring and analyzing results.


Correct Option: A
Explanation:

To answer this question, the user needs to know the basic tasks and objectives of test planning.

The correct answer is:

A. Scheduling test analysis and design tasks.

Explanation:

Test planning is a critical phase of the software testing life cycle. It involves defining the approach, objectives, and scope of testing, as well as identifying the necessary resources, tools, and techniques to achieve the desired results.

A major task of test planning is scheduling test analysis and design tasks. This involves determining the testing activities that need to be performed, allocating the necessary resources and time for each activity, and creating a timeline or schedule for completing the tasks. This ensures that the testing process is systematic, organized, and efficient.

Initiating corrective actions, monitoring progress and test coverage, and measuring and analyzing results are important tasks in software testing, but they are not the major tasks of test planning. These tasks are typically performed during the testing execution and evaluation phases.

Therefore, option A is the correct answer.