說到測試,相信你們都或多或少了解。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之旅。