@testSetup: You can write a method in the test class, with @TestSetUp annotation applied, and create all your common test data in this method. Data created in this method doesn’t need to be created again and again, and it is by default available for all test methods.