――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
-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/
--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
--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
--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
Recommended Posts