May 2018
Beginner to intermediate
282 pages
7h 58m
English
Problem: Testing a component requires the creation of various prerequisite objects before the test. Creating them explicitly in each test method gets repetitive.
Solution: Utilize factories or fixtures to create the test data objects.
Read now
Unlock full access