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.
發表於2025-01-27
JUnit in Action 2025 pdf epub mobi 電子書 下載
前言:測試不是最終的目的。 為什麼要單元測試: 1 能為我們帶來重構的勇氣。從而實現快速迭代,漸進式開發。 2 降低對調試的需求。 3 改進實現設計。 如何孤立的測試每個部分: 1 stub策略允許你孤立的測試粗粒度的代碼部分。寫代碼模擬需求環境或者還沒有寫完的真實代...
評分junit 本來很簡單,就是一個幫助你進行單元測試的框架。但要寫好齣好的測試用例,卻不容易,要實踐測試驅動開發,在開發的時候就考慮到單元測試,那就更不容易瞭。
評分前言:測試不是最終的目的。 為什麼要單元測試: 1 能為我們帶來重構的勇氣。從而實現快速迭代,漸進式開發。 2 降低對調試的需求。 3 改進實現設計。 如何孤立的測試每個部分: 1 stub策略允許你孤立的測試粗粒度的代碼部分。寫代碼模擬需求環境或者還沒有寫完的真實代...
評分junit 本來很簡單,就是一個幫助你進行單元測試的框架。但要寫好齣好的測試用例,卻不容易,要實踐測試驅動開發,在開發的時候就考慮到單元測試,那就更不容易瞭。
評分JUnit4加入瞭不少東西的,應該都在第二版裏麵提到 此外,第二版還介紹瞭如何與Maven和Hudson集成等等 見:http://www.manning.com/tahchiev/
圖書標籤: junit java 測試 單元測試 編程 技術 軟件開發 軟件工藝
爛書
評分xxx in action係列的書的質量永遠都值得人信任
評分in action 泛濫。。。
評分xxx in action係列的書的質量永遠都值得人信任
評分爛書
JUnit in Action 2025 pdf epub mobi 電子書 下載