233k views
4 votes
Is defect seeding done automatically for mutation testing?
1) Yes
2) No

User Mranders
by
8.0k points

1 Answer

6 votes

Final answer:

Defect seeding is not done automatically for mutation testing. It is a manual process used to intentionally introduce defects into a program and evaluate the testing process.

The correct option is 2.

Step-by-step explanation:

No, defect seeding is not done automatically for mutation testing.

Defect seeding is a technique used in software testing, specifically in mutation testing, to intentionally introduce defects into a program. The purpose of defect seeding is to evaluate the effectiveness of the testing process by measuring how many seeded defects are detected.

For mutation testing, the process typically involves manually injecting faults or introducing mutations into the code, rather than automatically.

The correct option is 2.

User Todd Vlk
by
7.9k points