Slide 3
Slide 3 text
Definitions
● Test case
○ A scenario that needs to be tested.
■ Condiction under which method, feature, or application will execute.
■ A set of inputs, or required in the scenario being tested.
■ Expected behavior, include ouputs or changes to the system.
● Test fixture
○ Represent the preparation needed and any associated cleanup to be
done to pefrom test case(s).
■ Object creation, dependency setup, database configuration.
● Test suite
○ A collection of test fixtures with the test cases.
○ It’s used to aggregate tests taht should execute together.