Intermediate Software Testing & QA
Q49 / 100

What is a "test fixture"?

Correct! Well done.

Incorrect.

The correct answer is A) A fixed, known state or set of objects established before a test runs, ensuring consistent and repeatable conditions

A

Correct Answer

A fixed, known state or set of objects established before a test runs, ensuring consistent and repeatable conditions

Explanation

Fixtures (e.g. setup/teardown methods, seeded data) provide a consistent starting point so tests are repeatable and independent of execution order.

Progress
49/100