Cargando…

Test-driven iOS development with Swift : create fully-featured and highly functional iOS apps by writing tests first /

Create fully-featured and highly functional iOS apps by writing tests first About This Book Learn test-driven principles to help you build apps with fewer bugs and better designs Become more efficient while working with Swift to move on to your next project faster! Learn how to incorporate all of th...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hauser, Dominik (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn944986496
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 160317s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d TEFOD  |d NLE  |d KSU  |d YDXCP  |d IDEBK  |d DEBBG  |d OCLCQ  |d COO  |d VT2  |d UOK  |d CEF  |d UKMGB  |d N$T  |d AGLDB  |d IGB  |d AUW  |d BTN  |d INTCL  |d MHW  |d SNK  |d RDF  |d QGK  |d INARC  |d OCLCO  |d OCLCQ  |d WYU  |d OCLCO 
015 |a GBB6J3387  |2 bnb 
016 7 |a 018105393  |2 Uk 
019 |a 941066633  |a 941442023  |a 1066466211  |a 1259069671 
020 |a 9781785880049  |q (electronic bk.) 
020 |a 1785880047  |q (electronic bk.) 
020 |z 9781787125032 
020 |z 1787125033 
020 |z 9781785880735 
020 |z 178588073X 
029 1 |a DEBBG  |b BV043969002 
029 1 |a DEBSZ  |b 485795140 
029 1 |a GBVCP  |b 882753568 
029 1 |a UKMGB  |b 018105393 
035 |a (OCoLC)944986496  |z (OCoLC)941066633  |z (OCoLC)941442023  |z (OCoLC)1066466211  |z (OCoLC)1259069671 
037 |a 9781787125032  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.73.S95 
072 7 |a COM  |x 051230  |2 bisacsh 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Hauser, Dominik,  |e author. 
245 1 0 |a Test-driven iOS development with Swift :  |b create fully-featured and highly functional iOS apps by writing tests first /  |c Dominik Hauser. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource (1 volume) :  |b illustrations. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 |a Description based on online resource; title from cover page (Safari, viewed March 11, 2016). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Your First Unit Tests; Building your first automatic unit test; What are unit tests?; Implementing a unit test example; Important built-in assert functions; Understanding TDD; The TDD workflow -- red, green, and refactor; Red; Green; Refactor; TDD in Xcode; An example of TDD; Red -- example 1; Green -- example 1; Refactor -- example 1; Red -- example 2; Green -- example 2; Refactor -- example 2; A recap; Finding information about tests in Xcode; Test Navigator; Tests overview 
505 8 |a Running testsThe setUp() and tearDown() methods; Debugging tests; Breakpoint that breaks on test failure; Test again feature; Advantages of TDD; Disadvantages of TDD; What to test; Summary; Chapter 2: Planning and Structuring Your Test-Driven iOS App; Task list view; Task detail view; Task input view; Structure of the app; The Table View Controller, the delegate and the data source; Table view cells; A model; Other view controllers; Development strategy; Getting started with Xcode; Setting useful Xcode behaviors for testing; Useful build behaviors; Testing behaviors; Summary 
505 8 |a Chapter 3: A Test-Driven Data ModelImplementing the ToDoItem struct; Adding a title property; Adding an itemDescription property; Removing a hidden source of bugs; Adding a timestamp property; Adding a location property; Implementing the Location struct; Adding a coordinate property; Implementing the ItemManager class; Count; Adding and checking items; Equatable; Removing all items; Ensuring uniqueness; Summary; Chapter 4: A Test-Driven View Controller; Implementing ItemListViewController; Implementing ItemListDataProvider ; Conducting the first tests; Fake objects; Using mocks 
505 8 |a Checking and unchecking itemsImplementing ItemCell; Implementing DetailViewController; Implementing InputViewController; Summary; Chapter 5: Testing Network Code; Implementing asynchronous tests; Implementing a login request to a web service; Handling errors; Summary; Chapter 6: Putting It All Together; Connecting parts; The initial View Controller; Showing the input view; Showing the detail view; Serialization and deserialization; Functional tests; Adding a UI test target; Recording and testing; Summary; Chapter 7: Code Coverage and Continuous Integration; Enabling code coverage 
505 8 |a Code coverage in XcodeWhat code coverage is enough?; Continuous integration; Installing and setting up Xcode Server; Adding bots; Automatic deployment with fastlane; Installing fastlane; Setting up; Summary; Chapter 8: Where to Go from Here; What we have learned so far; Integration tests; UI tests; Behavior-Driven Development; TDD in existing projects; More information about TDD; Summary; Index 
520 |a Create fully-featured and highly functional iOS apps by writing tests first About This Book Learn test-driven principles to help you build apps with fewer bugs and better designs Become more efficient while working with Swift to move on to your next project faster! Learn how to incorporate all of the principles of test-driven development (TDD) in to your daily programming workflow Who This Book Is For If debugging iOS apps is a nerve-racking task for you and you are looking for a fix, this book is for you. What You Will Learn Implement TDD in swift application development Get to know the fundamentals, life cycle, and benefits of TDD Explore the tools and frameworks to effectively use TDD Develop models and controllers driven by tests Construct the network layer using stubs Use functional tests to ensure the app works as planned Automate and streamline the building, analysing, testing, and archiving of your iOS apps In Detail Test-driven development (TDD) is a proven way to find software bugs early. Writing tests before your code improves the structure and maintainability of your app. Test-driven iOS Development with Swift will help you understand the process of TDD and how it impacts your applications written in Swift. Through practical, real-world examples, you'll start seeing how to implement TDD in context. We will begin with an overview of your TDD workflow and then deep-dive into unit testing concepts and code cycles. We will showcase the workings of functional tests, which will help you improve the user interface. Finally, you will learn about automating deployments and continuous integration to run an environment. Style and approach This is an easy-to-follow example-driven tutorial, packed with lots of tips and tricks that explore TDD bit-by-bit in the process of making an iOS application. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a iOS (Electronic resource) 
630 0 7 |a iOS (Electronic resource)  |2 fast 
650 0 |a Swift (Computer program language) 
650 0 |a Application software  |x Development. 
650 6 |a Swift (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS / Software Development & Engineering / General.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Swift (Computer program language)  |2 fast 
776 |z 1-78588-073-X 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1180054  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785880735/?ar  |z Texto completo 
938 |a Internet Archive  |b INAR  |n testdriveniosdev0000haus 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34086279 
938 |a YBP Library Services  |b YANK  |n 12861334 
938 |a EBSCOhost  |b EBSC  |n 1180054 
994 |a 92  |b IZTAP