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-10-01


Pragmatic Unit Testing in Java with JUnit 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Pragmatic Unit Testing in Java with JUnit 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Pragmatic Unit Testing in Java with JUnit 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Pragmatic Unit Testing in Java with JUnit 在线电子书 用户评价

评分

讲了很多概念性的东西

评分

还行。只是一本小书,介绍了Unit Test的思想以及使用的基本工具。写得还不错。

评分

行文简要赞。Right-BIECP Corrent A-Trip!

评分

开始用Junit的时候可以看一下

评分

行文简要赞。Right-BIECP Corrent A-Trip!

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 在线电子书 读后感

评分

按照题目的提示,我也是一名Java初学者。学习编程到现在,听过或看过不少敏捷编程的东西,知道这么一个有用的单元测试。但事实上,写单元测试还是很少,究其原因(就我而言): 1.没有形成习惯。 2.没有顺手的工具(怕麻烦)。 3.有些情况不知道怎么写单元测试。 4.就算写单元...

评分

按照题目的提示,我也是一名Java初学者。学习编程到现在,听过或看过不少敏捷编程的东西,知道这么一个有用的单元测试。但事实上,写单元测试还是很少,究其原因(就我而言): 1.没有形成习惯。 2.没有顺手的工具(怕麻烦)。 3.有些情况不知道怎么写单元测试。 4.就算写单元...

评分

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

评分

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

评分

按照题目的提示,我也是一名Java初学者。学习编程到现在,听过或看过不少敏捷编程的东西,知道这么一个有用的单元测试。但事实上,写单元测试还是很少,究其原因(就我而言): 1.没有形成习惯。 2.没有顺手的工具(怕麻烦)。 3.有些情况不知道怎么写单元测试。 4.就算写单元...

类似图书 点击查看全场最低价

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. 图书目录大全 版权所有