makurea Oct 6 at 10:00Паттерны проектирования для автотестов: от теории к практикеLevel of difficultyEasyReading time24 minViews4.6KIT systems testing * Web services testing * Mobile applications testing * ReviewTotal votes 5: ↑4 and ↓1+3Add to bookmarks60Comments2
dopusteam Oct 7 at 06:01Comment has been editedUser admin = UserFactory.createUser("admin"); User guest = UserFactory.createUser("guest");Проще и безопаснееUser admin = UserFactory.createAdmin(); User guest = UserFactory.createGuest();
Паттерны проектирования для автотестов: от теории к практике