说到测试,相信你们都或多或少了解。java
按照各自分类,就本身知道包括安全
A.单元测试、集成测试、系统测试框架
B.白盒测试、黑盒测试ide
C.压力测试、性能测试、安全测试工具
......性能
反正是太多太多。就作开发以来,就只有自测和交叉测试,基本都是按照需求测试是否实现了相关的业务和什么提示信息、文本长度等细节问题,若是有专门测试人员撰写的用例就也跑一次,而后就是乱点看看有什么异常,而后就交给测试人员测试。单元测试
基本都是业务逻辑测试,没有作过单元测试。为了在经济或在技术上进行突破,因此在努力学习各类技术。查看智联招聘上看的招聘信息和阅读园子里面的前辈的文章显示,要想有提高还得懂单元测试才行。学习
最开始据说JUnit(官网http://www.junit.org/),直接百度百科由此知道: 测试
NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.6, is the seventh major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.this
最后,NUnit已经到2.6.2版本了。虽然来的迟了点,可是为时未晚。
开始个人NUnit之旅。