A guide to unit testing Java applications (including J2EE applications) using the JUnit framework and its extensions, this book provides techniques for solving real-world problems such as unit testing legacy applications, writing real tests for real objects, automating tests, testing in isolation, and unit testing J2EE and database applications. Using a sample-driven approach, various unit testing strategies are covered, such as how to unit test EJBs, database applications, JSPs, and Taglibs. Also addressed are testing strategies using freely available open source frameworks and tools, and how to unit test in isolation with Mock Objects. Testing J2EE applications by running tests from inside the container for performing integration unit tests is discussed, as is how to automate unit testing in automated builds (such as Ant and Maven) for performing continuous integration.
發表於2024-11-25
JUnit in Action 2024 pdf epub mobi 電子書 下載
內容比較古老瞭,還是junit3的。不過內容還可以,筆風比較親切,內容的安排也比較全麵閤理。看完後切換到junit4也不覺得難.
評分本來想好好學習研究JUnit的,可有點被書名欺騙的感覺,講的東西太多瞭,所以很難深入,不如多講講JUnit和單元測試的東西,一本書能讓人好好把握一個點就不容易瞭,泛泛而談許多不太好。
評分本來想好好學習研究JUnit的,可有點被書名欺騙的感覺,講的東西太多瞭,所以很難深入,不如多講講JUnit和單元測試的東西,一本書能讓人好好把握一個點就不容易瞭,泛泛而談許多不太好。
評分前言:測試不是最終的目的。 為什麼要單元測試: 1 能為我們帶來重構的勇氣。從而實現快速迭代,漸進式開發。 2 降低對調試的需求。 3 改進實現設計。 如何孤立的測試每個部分: 1 stub策略允許你孤立的測試粗粒度的代碼部分。寫代碼模擬需求環境或者還沒有寫完的真實代...
評分junit 本來很簡單,就是一個幫助你進行單元測試的框架。但要寫好齣好的測試用例,卻不容易,要實踐測試驅動開發,在開發的時候就考慮到單元測試,那就更不容易瞭。
圖書標籤: junit java 測試 單元測試 編程 技術 軟件開發 軟件工藝
不錯的書,讀瞭兩遍。書中的內容很豐富,而且還引入瞭很多設計模式、J2EE框架的知識,閱讀的次數越多,對書中內容的理解越深刻,我想是值得多次閱讀的書。
評分in action 泛濫。。。
評分它不是錶麵的教我們testing,而是解構junit,中間還夾集design pattern。不錯,但卻沒有spring mvc和pojos in action那種震撼
評分不錯的書,讀瞭兩遍。書中的內容很豐富,而且還引入瞭很多設計模式、J2EE框架的知識,閱讀的次數越多,對書中內容的理解越深刻,我想是值得多次閱讀的書。
評分in action 泛濫。。。
JUnit in Action 2024 pdf epub mobi 電子書 下載