博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Unit Testing in Java: How Tests Drive the Code
阅读量:4231 次
发布时间:2019-05-26

本文共 1410 字,大约阅读时间需要 4 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

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.

*Shows how the discovery and avoidance of software errors is a demanding and creative activity in its own right and can build confidence early in a project.
*Demonstrates how automated tests can detect the unwanted effects of small changes in code within the entire system.
*Discusses how testing works with persistency, concurrency, distribution, and web applications.
*Includes a discussion of testing with C++ and Smalltalk.
http://rapidshare.com/files/51392158/1558608680.zip
你可能感兴趣的文章
Rattle :基于R的数据挖掘工具:功能概览
查看>>
通过eclipse查看、阅读hadoop2.4源码
查看>>
离线安装Cloudera Manager5.3.4与CDH5.3.4
查看>>
关于一些弹出对话框的提示
查看>>
文件下载问题
查看>>
ASP.NET返回上一页的方法小集
查看>>
超链接,根据条件使得超链接显示与否
查看>>
RegisterClientScriptBlock 与 RegisterStartupScript的使用与区别
查看>>
SQLServer中Partition By 函数的使用
查看>>
vscode-Live Server的使用心得
查看>>
Error: listen EACCES 0.0.0.0:8080
查看>>
键盘键值表
查看>>
神经网络中 BP 算法的原理与 Python 实现源码解析
查看>>
Quagga使用笔记2
查看>>
几种最短路径算法的思考
查看>>
图解Bellman-ford算法
查看>>
面试注意
查看>>
运算符重载
查看>>
三种内存问题与三种指针
查看>>
JFinal在网络服务端开发中的位置
查看>>