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

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

answered
User Todd Vlk
by
7.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.