Java For Testers: Learn Java fundamentals fast
Java For Testers: Learn Java fundamentals fast This book is for people who want to learn Java. Testers, Managers, Business Analysts, Front End Developers, Designers, etc. Particularly people on a…
Specifikacia Java For Testers: Learn Java fundamentals fast
Java For Testers: Learn Java fundamentals fast
This book is for people who want to learn Java. Testers, Managers, Business Analysts, Front End Developers, Designers, etc. Particularly people on a team that want to learn Java, but who aren't going to be coding the main Java application i.e.
This book is aimed at beginners. If you already know Java then this book may not be for you. Designed to help the reader get started fast, the book is easy to follow, and has examples related to testing.
You can find the companion web site for the book at http: //javafortesters.com The book covers 'just enough' to get people writing tests and abstraction layers. For example, the book cover the basics of Inheritance, but doesn't really cover Interfaces in detail. We explain the concept of Interfaces, because we need to know it to understand Collections, but not how to write them. Why?
Because the book covers enough to get you started, and working.