Swift Programming Using Agile Tools and Techniques
Buch, Englisch, 173 Seiten, Format (B × H): 155 mm x 235 mm, Gewicht: 2934 g
ISBN: 978-1-4842-2101-3
Verlag: Apress
Agile practices have made major inroads in iOS development, however it’s very unusual to see something as basic as unit testing on a Swift application. Done correctly, Agile development results in a significant increase in development efficiency and a reduction in the number of defects.
Apple has released unit testing and code coverage frameworks for Swift development in XCode. Up until now getting unit testing up and running in Swift was not for the faint-hearted. Thankfully now, there is no excuse other than a lack of information on where to get started.
iOS developers are faced with their own set of problems such as tightly coupled code, fragmentation, immature testing tools all of which can be solved using existing Agile tools and techniques. Swift Programming Using Agile Tools and Techniques is yoursolution to handling these tasks.
What You Will Learn
- Write unit tests in Swift
- Write an application using test driven development
- Examine GUI testing, refactoring, and mocking frameworks
- Set up and configure a continuous integration server
- Measure code coverage
Who This Book Is For
Swift developers and would be mobile app testers will benefit from the guidance in this book.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Software Engineering Agile Softwareentwicklung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Handheld Programmierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Macintosh Programmierung
Weitere Infos & Material
1. Introduction
2. Swift Unit Testing
3. Third Party Tools
4. Mocking
5. GUI Testing
6. Test Driven Development