Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Unit Tests vs Feature Tests: example of currency converter

Premium
5:40

The Full Lesson is Only for Premium Members

Want to access all of our courses? (29 h 14 min)

You also get:

54 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

Comments & Discussion

V
Vadim ✓ Link copied!

Is it that:

FEATURE TESTS - are for most of the tests of the site/app, it's page content, notifications, and anything that has visible/viewable content

and

UNIT TESTS - are for inside mechanisms: actions, helpers, services, etc, that are not reachable by any route, but plays their role inside - like: currency converters, pdf generators, webhook parsers, router, etc?