[JAVA] Articles and books useful for studying test code

Introduction

――Since there is a trend to promote test code in-house, I wrote down books and articles that I found interesting and useful. --My skill set ――I've never done test code or test automation before, and it's been a little over half a year since I joined the current company and started writing test code. --Language is mainly php, javascript (node) --The article summarized last time - https://qiita.com/yutaChaos/items/857472c7d3c65d3cf316
――I'm still studying, so if you have a good book or article about the test, please let me know. (Rather, I want an article that summarizes the information of the test book), will be updated from time to time

Books

How to write test code

-Test-driven development - https://www.amazon.co.jp/dp/B077D2L69C --Legacy Code Improvement Guide - https://www.amazon.co.jp/dp/B01AN97W08 --Actual test-driven development - https://www.amazon.co.jp/dp/4798124583
--First automated test - https://www.oreilly.co.jp/books/9784873118161/

Development methods and team building books that incorporate TDD and test code

the Internet

Articles about testing

--TDD Heart (t_wada) - https://www.slideshare.net/t_wada/the-spirit-of-tdd -[Commentary with video] Takuto Wada's "Test Driven Development" course - http://gihyo.jp/dev/serial/01/tdd

Official manual

--phpunit manual - https://phpunit.de/manual/current/ja/index.html
--Official framework documentation - laravel - https://readouble.com/laravel/5.1/ja/testing.html - symfony - https://symfony.com/doc/current/testing.html

Articles about CI

--Automate test build deployment with GitLab CI - https://qiita.com/toe/items/f47f383b9931a840a25c --Building a Docker image on CircleCI 2.0 Beta - http://lambdar.hatenablog.com/entry/2017/04/18/084900

Testing organization

Recommended Posts

Articles and books useful for studying test code
[Rails] Unit test code for User model
Introduce RSpec and write unit test code
How to set different source / target versions for production code and test code
[For copy and paste] Test functions for Result [XCTest]
Table of contents Code refactoring and related articles
Reference articles and books used to install CentOS
Efficient test code
To implement, write the test and then code the process
Rewrite the code for java.io.File with java.nio.Path and java.nio.Files