Unit Testing in Java : How Tests Drive the Code (The Morgan Kaufmann Series in Software Engineering and Programming)

個数:
電子版価格
¥9,231
  • 電書あり

Unit Testing in Java : How Tests Drive the Code (The Morgan Kaufmann Series in Software Engineering and Programming)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 400 p.
  • 言語 ENG
  • 商品コード 9781558608689
  • DDC分類 005.133

Full Description

Software testing is indispensable and is one of the most discussed topics in software development today. Many companies address this issue by assigning a dedicated software testing phase towards the end of their development cycle. However, quality cannot be tested into a buggy application. Early and continuous unit testing has been shown to be crucial for high quality software and low defect rates. Yet current books on testing ignore the developer's point of view and give little guidance on how to bring the overwhelming amount of testing theory into practice. Unit Testing in Java represents a practical introduction to unit testing for software developers. It introduces the basic test-first approach and then discusses a large number of special issues and problem cases. The book instructs developers through each step and motivates them to explore further.

Contents

Basic Techniques: Introduction. Automating Unit Tests. Basic Steps of the Test-First Approach. Test Ideas and Heuristics. The Inner Life of a Test Framework. Dummy and Mock Objects for Independence. Inheritance and Polymorphism. How Much is Enough?. Advanced Topics: Persistant Objects. Concurrent Programs. Distributes Applications. Web Applications. Graphical User Interfaces. The Role of Unit Tests in the Software Process. Loose Ends and Opportunities. Appendix: Notes to JUnit. Unit Tests with Other Programming Languages. Glossary. Bibliography and List of References.