Tag: technology

Questions Related to technology

  1. Severity

  2. Priority

  3. Fix ability

  4. Traceability


Correct Option: A

Which Software Development Life cycle model will require to start Testing Activities when starting development activities itself

  1. Water falls model

  2. Spiral Model

  3. V-model

  4. Linear model


Correct Option: C

Integration, It will come under

  1. CMM Level 1

  2. CMM Level 3

  3. CMM Level 2

  4. None


Correct Option: B

What is correct Software Process Cycle?

  1. Plan(P)------>Check(C)------>Act(A)----->Do(D)

  2. Plan(P)------>Do(D)------>Check(C)----->Act(A)

  3. Plan(P)------>Do(D)------>Act(A)----->Check(C)

  4. None


Correct Option: B

What are the Testing Levels?

  1. Unit Testing

  2. Integration Testing

  3. System Testing and Acceptance Testing.

  4. All the above


Correct Option: D

Software testing which is done without planning and Documentation is known as

  1. adHoc Testing

  2. Unit Testing

  3. Regression testing

  4. Functional testing.


Correct Option: A

Defects generally fall into the following categories?

  1. WRONG

  2. MISSING

  3. EXTRA

  4. All the above


Correct Option: D

AI Explanation

To answer this question, we need to understand the different categories of defects.

Option A) WRONG - This option is incorrect because it does not encompass all the categories of defects. "Wrong" refers to a defect where something is incorrect or inaccurate.

Option B) MISSING - This option is correct because it refers to a defect where something is missing or not present when it should be.

Option C) EXTRA - This option is correct because it refers to a defect where something is present when it should not be.

Option D) All the above - This option is correct because it includes all the categories mentioned: wrong, missing, and extra. Defects can fall into any of these categories.

The correct answer is D) All the above. This option is correct because it includes all the possible categories of defects.

A Non-Functional Software testing done to check if the user interface is easy to use and understand

  1. Usability Testing

  2. Security Testing

  3. Unit testing

  4. Block Box Testing


Correct Option: A