Irvine, Daniel
Build Your Own Test Framework: A Practical Guide to Writing Better Automated Tests
- ISBN 13:
- 9781484292464
- author:
- Irvine, Daniel
- format:
- Paperback
- publisher:
- Apress
- language:
- English
- Publication Year:
- 2023
- Pages:
- 269
- Dimensions:
- 23.4 x 15.6 x 1.6 centimetres (0
- Genre:
- Computers
- Condition:
- New
- Availability:
- Item usually sent within 2 working days
Description
Build your own test framework with this practical guide to writing better automated tests. You'll learn to create an xUnit automated test framework using JavaScript, exploring the philosophy behind automated testing best practices along the way.
The book is designed as a build-your-own adventure, where you'll build and extend a test runner, starting with a clone of Jest and adding features from RSpec. Each chapter focuses on a single feature, explaining its theory and how to use it effectively in your own test suites.
By the end of the book, you'll have gained a solid understanding of automated testing principles that you can apply to your work projects, including an implementation of test doubles and mocks.