TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
搜尋結果 /

Test Development

14
1 / 1
Test-Driven Development學習手冊
滿額折
出版日:2022/08/17 作者:Saleem Siddiqui  出版社:美商歐萊禮  裝訂:平裝
編寫多語言的整潔程式碼 「一本有趣的實作指南,可讓您加快測試驅動開發的速度。如果您想開始TDD,或是需要複習軟體開發人員所應掌握的重要技能之一,這本書就是為您準備的!」 ―Ham Vocke Stack Overflow軟體開發人員 您的程式碼可做為身為開發人員的技能證明。無論您使用哪種語言,程式碼都應該乾淨、優雅、整潔。透過使用測試驅動開發(TDD),您將編寫出易於理解的程式碼,保持其優雅,並且可以在未來數月甚至數年內持續進行工作。透過這本指南,您將瞭解如何將TDD與三種不同的語言一起使用:Go、JavaScript和Python。 作者Saleem Siddiqui向您展示了如何使用單元測試驅動的方法來處理領域複雜性。TDD將需求劃分為小規模、可實作的功能,使您能夠解決問題,並且與您使用的語言和框架無關。透過本書,您將學習如何將TDD納入您的常規程式設計實務。 這本書可以幫助您: ‧使用TDD的divide-and-conquer來控制領域的複雜性 ‧瞭解TDD如何跨語言、測試框架和領域概念工作 ‧瞭解TDD如何實現持續整合 ‧支援運用TDD進行重構和重新設計 ‧學習如何用JavaScript編寫簡單有效的單元測試工具 ‧使用TDD期間生成的單元測試來設置持續整合環境 ‧在Go、JavaScript和Python中使用TDD編寫乾淨整潔的程式碼
優惠價: 9 522
庫存:1
全棧測試:交付高品質軟體的實務指南
滿額折
出版日:2023/07/19 作者:Gayathri Mohan  出版社:美商歐萊禮  裝訂:平裝
「Gayathri的書能為團隊帶來測試的全面性觀點。」 -Neal Ford Thoughtworks總監/架構師/Meme Wrangler,《軟體架構:困難部分》作者 「Gayathri的書應該出現在所有寫軟體(以及測軟體)的人桌上。」 -Saleem Siddiqui 《Test-Driven Development學習手冊》作者 對任何想產出高品質軟體的組織而言,測試都是不可迴避的課題,本書中,我們提供了10種不同類型的測試工具,為軟體開發與品質工程師帶來一站式的測試指南,您將會了解到測試的策略、概念、實踐等知識,並將這些知識使用在網頁或手機應用的開發與測試階段。 作者Gayathri Mohan為讀者準備了40種以上可以立即上手的測試工具,不論是測試新手或老手,都可以將這些技巧應用在測試工作上,藉此增進軟體的性能、安全性、與可用性(accessibility)。本書涵蓋的測試手法包括探索性測試、自動化測試、跨功能測試(cross-functional testing)、資料測試、手機端測試等,此外讀者還可以認識到該如何將這些測試整合進CI(continuous integration)流程中。透過本書,您將能以品質為中心去處理軟體開發過程中的各種挑戰。 您可以透過本書獲得下列知識: ‧學習如何部署各種測試方案,讓手上的專案獲得高品質的產出 ‧透過書中介紹的策略與概念探索出新的測試方法 ‧從範例學習到該如何將測試工具應用到實際的工作中 ‧藉由廣泛的最佳測試實踐來增進自身的測試技巧能並推動職涯發展
優惠價: 9 612
庫存:1
People, Places, And Things 2 ― Reading, Vocabulary, Test Preparation
滿額折
出版日:2005/12/01 作者:Lin Lougheed  出版社:Oxford Univ Press USA  裝訂:平裝
This three-level reading and vocabulary development series features twenty-four reading passages on high-interest topics ranging from the Harry Potter phenomenon to fortune telling. Activities include
定價:475 元
無庫存
Statistical Techniques in Business and Economics(Custom Edition)
95 折
出版日:2024/05/10 作者:Lind; Douglas A. Lind; William G. Marchal; Samuel A. Wathen  出版社:MCGRAW HILL HIGHER EDUCATION  裝訂:平裝
From its origins in 1976, Statistical Techniques in Business and Economics has become a best seller, providing students across the business specialisms with an introductory survey of descriptive and inferential statistics. With a step-by-step approach and clear writing style, any student can learn and succeed in Business Statistics.The new edition includes a focus on the development of basic data analytical skills. Microsoft Excel, Minitab, and MegaStat are used throughout the text to illustrate statistical software analyses, and screen captures are used within the chapters, so the student becomes familiar with the nature of the software output. Additional resources are available online through Connect, with references or links in the text to Excel tutorials that provide users with clear demonstrations using statistical software to create graphical and descriptive statistics and analyses to test hypotheses.What's changed:The Nineteenth Edition made several changes to the flow and organ
優惠價: 95 1406
無庫存
Pragmatic TDD:以DDD寫出鬆散耦合、文件化和高品質的程式碼
滿額折
出版日:2023/09/06 作者:Adam Tibi  出版社:博碩文化  裝訂:平裝
Pragmatic TDD:以DDD寫出鬆散耦合、文件化和高品質的程式碼 Pragmatic Test-Driven Development in C# and .NET 使用C#和.NET的工具與函式庫 測試驅動開發(TDD)是一種宣言(manifesto),強調在逐步為產品增加功能時,你應該先從單元測試(unit test)開始。現今的專案範本(project template)預設都含有單元測試,而單元測試已成為預期會被實作的重要任務。因此,在許多職位需求中,你會毫不意外地看到TDD、單元測試等關鍵字,而TDD和單元測試亦成為面試、coding挑戰和程式競賽中的重要考題。採用TDD,不僅能強化良好的設計實踐,更能加速你提升技能,成為優秀程式設計架構師(coding architect)。 本書超越理論探討,專注於讓你透過實用的框架,如ASP.NET Core和Entity Framework,在實際環境中熟練應用TDD。從基礎知識開始,本書將指導你使用Visual Studio 2022建立一個服務預訂的網頁應用程式。為了更貼近真實的工作情境,你將使用EF、SQL Server和Cosmos,並運用各種設計模式,包括資源庫(repository)、服務(service)、建造者(builder)等。同時,本書也會介紹領域驅動設計(DDD),以及其他軟體設計最佳實踐,如SOLID和FIRSTHAND等。 讀完本書,你將建立足夠的信心來主導TDD的實作。此外,你也將掌握有力的商業和技術案例,可在向管理階層或同事展示單元測試或推動TDD時使用。藉由本書的指引,你將更有把握成為引領TDD實踐的領航者,並在軟體設計領域中脫穎而出。 ✍本書特色✍ ★使用xUnit編寫單元測試,並掌握相依注入的技巧 ★使用NSubstitute實作測試替身,並進行mocking(模擬化) ★結合DDD與最佳實踐,以TDD的風格撰寫單元測試 ★將TDD與ASP.NET API、Entity Framework和資料庫結合使用 ★透過探索GitHub的持續整合更上一層樓 ★探索更進階的mocking使用情境 ★在你的公司和團隊中積極推動TDD和單元測試 ✍目標讀者✍ 本書適合那些希望借助TDD的力量,來開發高品質軟體的中高階.NET開發者。假設你已經掌握OOP(物件導向程式設計)及C#程式設計
優惠價: 9 648
無庫存
Complete Advanced Student's Book Without Answers with Digital Pack [With eBook]
95 折
出版日:2023/01/19 作者:Greg Archer  出版社:CAMBRIDGE  裝訂:平裝
3e_PB&AC(拆封不退)■學生課本附線上練習(無解答) (拆封不退)■CEFR Level: C1■適用程度: Advanced■線上資源含:額外單字及文法練習、Test & Train 官方線上模擬試題■線上平台網址:cambridgeone.org ★購買提示自修建議購買學生自修組合(課本+作業本,附解答,9781109162401)課堂使用建議購買學生組合(內含課本+作業本,無附解答,9781009162395)教師教學另有教師手冊可參考教學指南並下載教學資源 (9781009162388)This course allows you to maximize students' performance with the Complete approach to language development and exam training. It creates a stimulating learning environment with eye-catching images, easy-to-navigate units, and fun topics. Students are able to build confidence through our unique understanding of the exam and insights from previous candidate performance, and the Complete exam journey for successful and stress-free outcomes. Access the Cambridge One Digital Pack, optimized for a range of devices, for your bank of learning resources, accompanying Audio, and eBook. Flexible activities include Practice Extra and Test &Train to build strategies and skills for exam success.
優惠價: 95 1501
無庫存
Complete Advanced Student's Pack
95 折
出版日:2023/01/19 作者:Greg Archer  出版社:CAMBRIDGE  裝訂:平裝
3e_PB&AC(拆封不退)■學生組合(內含課本+作業本,無解答)(拆封不退)■CEFR Level: C1■適用程度: Advanced■線上資源含:額外單字及文法練習、Test & Train 官方線上模擬試題■線上平台網址:cambridgeone.orgComplete Student's Pack allows you to maximize students' performance with the Complete approach to language development and exam training. It creates a stimulating learning environment with eye-catching images, easy-to-navigate units, and fun topics. Students build confidence through our unique understanding of the exam and insights from previous candidate performance. The Workbook provides further practice of language and vocabulary. Access the Cambridge One Digital Pack, optimized for a range of devices, for your bank of learning resources including accompanying Audio and eBook. Flexible activities include Practice Extra and Test & Train to build strategies and skills for exam success.
優惠價: 95 1881
無庫存
Complete Advanced Student's Book with Answers with Digital Pack [With eBook]
95 折
出版日:2023/01/19 作者:Greg Archer  出版社:CAMBRIDGE  裝訂:平裝
3e_PB&AC(拆封不退)■學生課本附線上練習(附解答) (拆封不退)■CEFR Level: C1■適用程度: Advanced■線上資源含:額外單字及文法練習、Test & Train 官方線上模擬試題■線上平台網址:cambridgeone.org ★購買提示自修建議購買學生自修組合(課本+作業本,附解答,9781109162401)課堂使用建議購買學生組合(內含課本+作業本,無附解答,9781009162395)教師教學另有教師手冊可參考教學指南並下載教學資源 (9781009162388)This course allows you to maximize students' performance with the Complete approach to language development and exam training. It creates a stimulating learning environment with eye-catching images, easy-to-navigate units and fun topics. Students are able to build confidence through our unique understanding of the exam and insights from previous candidate performance, and the Complete exam journey for successful and stress-free outcomes. Access the Cambridge One Digital Pack, optimized for a range of devices, for your bank of learning resources, accompanying Audio and eBook. Flexible activities include Practice Extra, and Test &Train to build strategies and skills for exam success.
優惠價: 95 1501
無庫存
Microwave Engineering 4/e, International Adaptation (TL)
滿額折
出版日:2021/02/01 作者:Pozar  出版社:John Wiley & Sons Inc  裝訂:平裝
●Thorough analysis and development based on fundamental principles. Students develop understanding of core concepts and learn that the operation of microwave circuits and devices can be explained through the use of circuit theory, Maxwell's equations, and related fundamentals. See Wilkinson divider operation derived from basic circuit and transmission line theory.●Many examples cover both theory and design. Student can see how typical problems are solved, how practical designs are carried out, and how component designs perform. The availability of realistic and thorough examples reinforces subject matter. See Example 7.7 that involves the design of a coupled line coupler on a lossy substrate. The design procedure is illustrated, and the response of the coupler is obtained using a CAD package.●Many problems cover both theory and design. Problems test the student's understanding of the material and offer the opportunity for in-depth design and analysis of practical components. Problems o
定價:1540 元
無庫存
出版日:2014/08/06 作者:Douglas Smith; Maurice Eggen; Richard St. Andre  出版社:Cengage Learning  裝訂:精裝
●The authors follow a logical development of topics, and write in a readable style that is consistent and concise. As each new mathematical concept is introduced the emphasis remains on improving students’ ability to write proofs.●Worked examples and exercises throughout the text, ranging from the routine to the challenging, reinforce the concepts.●Proofs to Grade exercises test students’ ability to distinguish correct reasoning from logical or conceptual errors.●A flexible organization allows instructors to expand coverage or emphasis on certain topics and include a number of optional topics without any disruption to the flow or completeness of the core material.-
定價:1620 元
無庫存
道德發展:研究與理論之進展-一般教育71
滿額折
出版日:2004/06/01 作者:JAMES R. REST  出版社:心理  裝訂:平裝
本書是以James R. Rest界定問題測驗(Defining Issues Test, DIT)為主的道德判斷書籍之一。在此之前Rest於一九七九年出版Development in Judging Moral Issues一書,旨在檢討DIT的信效度。本書則是在確認DIT的信效度後,匯整五百餘篇DIT的研究結果,而以理論將之貫串。Rest在第一章中即提出「四成分模式」(Four-Compone
優惠價: 93 326
無庫存
出版日:2023/01/19 作者:Greg Archer  出版社:CAMBRIDGE  裝訂:平裝
3e_2PBs&1AC(拆封不退)■學生組合(內含課本+作業本,附解答)(拆封不退)■CEFR Level: C1■適用程度: Advanced■線上資源含:額外單字及文法練習、Test & Train 官方線上模擬試題■線上平台網址:cambridgeone.org ★購買提示課堂使用建議購買學生組合(內含課本+作業本,無附解答,9781009162395)教師教學另有教師手冊可參考教學指南並下載教學資源 (9781009162388)Complete is trusted by millions of candidates worldwide. This course allows you to maximise performance with the Complete approach to language development and exam training. Build confidence through our unique understanding of the exam and insights from previous candidate performance, and the Complete exam journey for successful and stress-free outcomes. The Workbook provides further practice of language and vocabulary. Access the Cambridge One Digital Pack, optimised for a range of devices, for your bank of learning resources including accompanying Audio and eBook. Flexible activities include Practice Extra, and Test & Train to build strategies and skills for exam success.
出版日:2022/11/02 作者:許煜松(Kuma)  出版社:博碩文化  裝訂:平裝
以單元測試打底,為你的軟體工程之路鍛鍊強健體魄! 『沒有時間』是假的,在有限時間內提供最大價值才是真的! 專業推薦 「這是一本勸世的書,但透過 Kuma 的文筆卻能寫得有趣直白。期待透過這樣方式的呈現,能讓更多朋友了解單元測試的知識、重要性與必要性,解救沉淪於苦海的開發人員,讓他們得以用正確的方式,奪回自己寶貴的青春。」 ──── Odd-e Agile Coach│Joey Chen(91) 「本書的背景是在敏捷開發的情境下應用自動化測試,對於導入敏捷開發卻遲遲無法落實自動化測試的朋友,極具參考價值。對於單元測試的門外漢,透過本書亦可輕鬆認識單元測試的眾多觀念,補充長期以來所欠缺的單元測試養分。」 ──── 部落格「搞笑談軟工」板主│Teddy Chen 四大重點 ▶ 從0開始,由淺入深 觀念快速帶得走,回家慢慢練得熟 ▶ 應用與理論並重 技巧與理論並重,不用再一知半解 ▶ 進階議題探討 延伸重構與設計,從心所欲不逾矩 ▶ 敏捷開發基本功 厚實基本功加持,敏捷開發無阻礙 本書內容改編自第 13 屆 2021 iThome 鐵人賽,Software Development 組冠軍網路系列文章──《你就是都不寫測試才會沒時間:Kuma 的 30 天 Unit Test 手把手教學,從理論到實戰(Java 篇)》。坊間教人做單元測試的書很多,但大多著墨在某一框架如何應用,以及如何「導入」,對背後的原理以及如何把程式寫得好測,多半沒有太多著墨。 本書以單元測試為起點,引導讀者在測試的保護下,重構出較強健、較易修改的架構,在發生例外時能提供重要資訊並保護好核心功能,並藉由測試項目來描述功能需求,達到更好的溝通效果,期待讓讀者能夠「天天準時下班」。 精彩內容 ●帶領讀者進入單元測試,從理論到實例、從基本到進階。對阻隔依賴、外部行為、多執行緒等場景,進行討論與演示。 ●在單元測試的保護下,嗅出壞味道並大膽地重構,再善用例外處理增加系統強健度。 ●綜合 TDD、Clean Architecture、CQRS、GOOS 等模式,佐以實際案例,帶領讀者從需求分析開始,從頭到尾走一趟開發流程。 ●圍繞著單元測試,討論目前流行的軟體工程實踐、常見的問題,以及開發者應採取的管理作為。 【本書涵蓋重點】 ✔ 單元測試 ✔ 測試驅動開發 ✔ Clean Architecture ✔ CQRS
出版日:2003/09/08 作者:HERSEN  出版社:JOHN WILEY & SONS;LTD  裝訂:精裝
In one volume, the leading researchers in intelligence and neuropsychological assessment interpret the range of issues related to intellectual and neuropsychological tests, including test development
絕版無法訂購
  • 14
    1

暢銷榜

客服中心

收藏

會員專區