Book
フロントエンド開発のためのテスト入門
吉井健文
Summary
UIコンポーネントテスト、ビジュアルリグレッションテスト、アクセシビリティ自動化まで、 フロントエンド特有のテスト戦略と実装ツール(Jest/Testing Library/Storybook/Playwright)を 体系的に解説した実践的入門書。
Target Readers
- フロントエンドエンジニア
- 自動テスト戦略を構築したい開発者
Tags
Colophon
- Publisher
- 翔泳社
- ISBN
- 978-4798178189
- Published
- Apr 2023
- List price
- ¥3,080incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Prerequisites
- Recommended
Learning React, 2nd Edition
Alex Banks, Eve Porcello
Reason: Once you can write components in React, you learn how to write tests that guarantee their behavior. 'Introduction to Testing for Frontend Development' covers frontend-specific testing strategy from unit to integration to E2E, building a foundation for UI development that doesn't break.
- Recommended
Unit Testing Principles, Practices, and Patterns
Vladimir Khorikov
Reason: The principles of test design carry over to the frontend. Building on the test pyramid, you cover the essentials of the UI with a few end-to-end tests and protect logic densely with unit tests—the criteria stay the same across layers.
- Related
後悔しないためのVueコンポーネント設計
中島直博
Reason: Once you can design maintainable components, you confirm that the design is two sides of the same coin as 'testability.' 'Introduction to Testing for Frontend Development' shows what to test and at what granularity, instilling a view that solidifies quality by moving back and forth between design and tests.
Next Books
- Recommended
Testing JavaScript Applications
Lucas da Costa
Reason: Once you've grasped the basics of frontend testing, you dig deeper into the testing strategy for JavaScript apps as a whole. Testing JavaScript Applications systematizes the practice of mocking, async, and integration testing, giving you the ability to operate the techniques learned in the introduction as a 'strategy.'