Pragmatic Unit Testing in Java with JUnit 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


Pragmatic Unit Testing in Java with JUnit

簡體網頁||繁體網頁
Andy Hunt 作者
The Pragmatic Programmers
譯者
2003-09 出版日期
0 頁數
USD 29.95 價格
Paperback
The Pragmatic Starter Kit 叢書系列
圖書編碼

Pragmatic Unit Testing in Java with JUnit 在線電子書 圖書標籤: JUnit  TEST  編程  Pragmatic  技術  Programming  計算機  英文   


喜歡 Pragmatic Unit Testing in Java with JUnit 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-12-23

Pragmatic Unit Testing in Java with JUnit 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

Pragmatic Unit Testing in Java with JUnit 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

Pragmatic Unit Testing in Java with JUnit 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



Pragmatic Unit Testing in Java with JUnit 在線電子書 用戶評價

評分

行文簡要贊。Right-BIECP Corrent A-Trip!

評分

清晰明瞭,就是JUnit版本較老。

評分

行文簡要贊。Right-BIECP Corrent A-Trip!

評分

清晰明瞭,就是JUnit版本較老。

評分

清晰明瞭,就是JUnit版本較老。

Pragmatic Unit Testing in Java with JUnit 在線電子書 著者簡介

Andrew Hunt和David Thomas是Pragmatic Programmers的閤夥人。他們不但為客戶開發復雜的軟件係統,而且為開發者和項目經理提供具有實務的各種資源。他們的第一本書《程序員修煉之道——從小工到專傢》(The Pragmatic Programmer:From jouneyman to master)是麵嚮技術和實踐的暢銷書籍,旨在讓編碼過程更加高效和有趣。


Pragmatic Unit Testing in Java with JUnit 在線電子書 著者簡介


Pragmatic Unit Testing in Java with JUnit 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Pragmatic Unit Testing in Java with JUnit 在線電子書 圖書描述

Learn how to improve your Java coding skills using unit testing. Despite it's name, unit testing is really a coding technique, not a testing technique. Unit testing is done by programmers, for programmers. It's primarily for our benefit: we get improved confidence in our code, better ability to make deadlines, less time spent in the debugger, and less time beating on the code to make it work correctly. This book shows how to write tests, but more importantly, it goes where other books fear to tread and gives you concrete advice and examples of what to test--the common things that go wrong in all of our programs. Discover the tricky hiding places where bugs breed, and how to catch them using the freely available JUnit framework. It's easy to learn how to think of all the things in your code that are likely to break. We'll show you how with helpful mnemonics, summarized in a handy tip sheet (also available from our www.pragmaticprogrammer.com website) to help you remember all this stuff. With this book you will:

Write better code, and take less time to write it

Discover the tricky places where bugs breed

Learn how to think of all the things that could go wrong

Test individual pieces of code without having to include the whole project

Test effectively with the whole team We'll also cover how to use Mock Objects for testing, how to write high quality test code, and how to use unit testing to improve your design skills. We'll show you frequent "gotchas"--along with the fixes--to save you time when problems come up. We'll show you how with helpful mnemonics, summarized in a handy tip sheet (also available from our www.pragmaticprogrammer.com website). But the best part is that you don't need a sweeping mandate to change your whole team or your whole company. You don't need to adopt Extreme Programming or Test-Driven Development, or change your development process in order to reap the proven benefits of unit testing. You can start unit testing, the pragmatic way, right away.

Pragmatic Unit Testing in Java with JUnit 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Pragmatic Unit Testing in Java with JUnit 在線電子書 讀後感

評分

对OOP有一定理解的读者一定会发现,本书没有讲到单元测试的精髓。什么是单元测试的精髓呢?我认为是测试类的内聚性。举个例子:stack类的push和pop方法就是一种高内聚,它们的组合才有stack体现出FILO的性质。单元测试的目标不是孤立地测试push和pop,而是测试FILO性质。 单元...  

評分

这本书的定位是Junit的入门书籍,我用Junit差不多有五年的时间了,因此大部分的概念对我而言都并不陌生。我所在的项目组对产品代码覆盖率要求非常高,要写非常多测试代码来验证功能。 大概用了一下午的时间,快速的翻了翻这本书,记了些笔记。总体感觉大概就是可以做junit的user...  

評分

这本书的定位是Junit的入门书籍,我用Junit差不多有五年的时间了,因此大部分的概念对我而言都并不陌生。我所在的项目组对产品代码覆盖率要求非常高,要写非常多测试代码来验证功能。 大概用了一下午的时间,快速的翻了翻这本书,记了些笔记。总体感觉大概就是可以做junit的user...  

評分

这本书的定位是Junit的入门书籍,我用Junit差不多有五年的时间了,因此大部分的概念对我而言都并不陌生。我所在的项目组对产品代码覆盖率要求非常高,要写非常多测试代码来验证功能。 大概用了一下午的时间,快速的翻了翻这本书,记了些笔记。总体感觉大概就是可以做junit的user...  

評分

这个可能是到目前为止我看到的最薄的技术书了.一本专门讲用junit做测试的书籍, 但是又不是纯技术的书籍, 里面没有介绍junit如何实现, 也没有大篇幅的介绍如何使用junit, 或者介绍junit的一些高级用法, 这些统统的没有, 那么这本书都讲的什么呢, 它讲了做单元测试的一些原则, 单...  

類似圖書 點擊查看全場最低價

Pragmatic Unit Testing in Java with JUnit 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





Pragmatic Unit Testing in Java with JUnit 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有