• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

IOS Code Testing: Test-Driven Development and Behavior-Driven Development with Swift » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2949965]
• Literatura piękna
 [1857847]

  więcej...
• Turystyka
 [70818]
• Informatyka
 [151303]
• Komiksy
 [35733]
• Encyklopedie
 [23180]
• Dziecięca
 [617748]
• Hobby
 [139972]
• AudioBooki
 [1650]
• Literatura faktu
 [228361]
• Muzyka CD
 [398]
• Słowniki
 [2862]
• Inne
 [444732]
• Kalendarze
 [1620]
• Podręczniki
 [167233]
• Poradniki
 [482388]
• Religia
 [509867]
• Czasopisma
 [533]
• Sport
 [61361]
• Sztuka
 [243125]
• CD, DVD, Video
 [3451]
• Technologie
 [219309]
• Zdrowie
 [101347]
• Książkowe Klimaty
 [123]
• Zabawki
 [2362]
• Puzzle, gry
 [3791]
• Literatura w języku ukraińskim
 [253]
• Art. papiernicze i szkolne
 [7933]
Kategorie szczegółowe BISAC

IOS Code Testing: Test-Driven Development and Behavior-Driven Development with Swift

ISBN-13: 9781484226889 / Angielski / Miękka / 2017 / 440 str.

Abhishek Mishra
IOS Code Testing: Test-Driven Development and Behavior-Driven Development with Swift Mishra, Abhishek 9781484226889 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

IOS Code Testing: Test-Driven Development and Behavior-Driven Development with Swift

ISBN-13: 9781484226889 / Angielski / Miękka / 2017 / 440 str.

Abhishek Mishra
cena 242,07 zł
(netto: 230,54 VAT:  5%)

Najniższa cena z 30 dni: 231,29 zł
Termin realizacji zamówienia:
ok. 22 dni roboczych
Bez gwarancji dostawy przed świętami

Darmowa dostawa!

Put into motion practical examples to master Test-Driven Development (TDD) and acceptance testing in Swift.

This book uses a pragmatic approach to writing well-tested code and provides techniques that can be used to retrofit tests to legacy code bases. You'll be introduced to basic principles of TDD, such as Test First, Red-Green-Refactor, Remove Duplicate code, Dependency Injection, and Single Responsibility. Approaches covered include TDD, behavior-driven development (BDD), UI, and acceptance testing with common standard/open source frameworks.

iOS Code Testing offers helpful instruction to teach iOS developers to retrospectively fit tests to legacy code, refactor legacy code so as to make the code more testable, install and configure a popular Swift BDD framework, practice BDD with Xcode, and create automated UI tests with Xcode. Additionally, many projects have legacy code bases. Legacy code is often seen as a blocker when it comes to implementing any kind of testing. What You Will Learn

  • Fit test to legacy code retrospectively
  • Install and configure popular Swift BDD frameworks
  • Practice BDD with Xcode
Who This Book Is For
Software practitioners, such as Swift developers and mobile app testers.

Kategorie:
Informatyka, Bazy danych
Kategorie BISAC:
Computers > Software Development & Engineering - General
Computers > Languages - General
Computers > Programming - General
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484226889
Rok wydania:
2017
Ilość stron:
440
Waga:
6.96 kg
Wymiary:
23.5 x 15.5
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

Chapter 1 title:  Introduction to Test-Driven Development
- What is Test Driven Development
- Key Principles of Test Driven Development
-------- Test First
--------  Red – Green – Refactor
--------  Remove Duplication
- Architectural Patterns
--------  Dependency Injection
--------  Single Responsibility
- Swift Mocking and Stubbing Techniques

Chapter 2 title:  Writing your first set of Unit Tests.
- Download and Install Xcode
- Introducing the CookieMonster Project
- Creating the Xcode project.
- Creating the CookieModel Object
- Creating the CookieBuilder Object
- Displaying Results in the Xcode Console
- Architectural Patterns
--------  The Builder Pattern

Chapter 3 title:  Introducing the MVVM pattern
- Apple’s Model-View-Controller Implementation
- Microsoft’s MV-VM Pattern.
- Challenges Implementing MV-VM in iOS Applications.
--------  Using Protocols to create Bindings.
--------  Using RxSwift to create Bindings.

Chapter 4 title:  Applying TDD techniques to the data model.
- Why Test The Model
- Building The Bank Account Class Using TDD Techniques
- Building the Transaction Class Using TDD Techniques
- Adding Support For Account Balance in The Bank Account Class
- Testing a CoreData Model Class

Chapter 5 title:  Testing View Controllers
- Introducing the LoginScreen project
- Creating a Local Stub Server
- Creating the View Controller Using Test-Driven Techniques
- Creating the View Model Using TDD Techniques
- Creating the Model Using TDD Techniques

Chapter 6 title:  Testing Collection Views
- The MVVM Architecture for Collection Views
- Building Model Objects
- Building the Cell View Model
- Building the CollectionView View Model
- Building the ColllectionViewCell 
- Building the CollectionView

Chapter 7 title:  Testing NSURLSession
Introducing the RestaurantList App
Overview of the RESTful API
Creating Model Objects
Creating The Service Manager
Mocking NSURLSession

Chapter 8 title:  Testing Legacy code
- The Problem of Untested Legacy Code
- Adding Functionality To An Existing Legacy Class
--- Sprouts
--- Wrappers
--- Decorators
- Dealing With a Large Class
--- Single Responsibility
- Dependency Breaking Techniques
--- Extracting Protocols
--- Preserve Signatures
--- Replace Concrete Method Parameters With Protocols
--- Dependency Injection

Chapter 9 title:  Continuious Integration
- Download and Install Mac OSX Server
- Configure the Xcode Build Server
- Client-side XCode changes 
- Integrating a Bot
- Deploying an Integration to a Provisioned Device.

Chapter 10 title:  Introduction to BDD
- What is Behaviour Driven Development
- Advantages and Disadvantages of BDD
- Testing Code vs Testing Behaviour
- Turning Business Requirements to Testable Scenarios
- Patterns and Anti-Patterns
- UI vs Non-UI Acceptance Tests

Chapter 11 title:  Installing Quick
- Installing Quick with Cocoapods
- Installing Quick with Carthage
- Configuring Your Xcode Project
- Using Nimble for Assertions.
Chapter 12 title:  Applying BDD and TDD techniques 
- Reviewing The Business Requirements for The Project
- Defining The Features and User Stories
- Writing Down the Test Scenarios
- Creating the Xcode Project
- Creating BDD Test Cases with Quick
- Implementing the RestaurantSearch View Controller
- Implementing the RestaurantList View Controller
- Implementing the Service Manager
- Satisfying the Acceptance Criteria.

Chapter 13 title:  Testng the UI
- Adding Support for UI Testing to Your Project
- Key Parts of a UI Test Case
- Key Classes
- Assertions
- UI Test Recording
- Waiting For Elements

Abhishek Mishra has been developing software for over 12 years and has experience with a diverse set of programming languages and platforms. He holds a Masters degree in Computer Science from the University of London and is a freelance consultant and trainer specializing in iOS development. He is the author of Swift iOS: 24-Hour Trainer and iPhone & iPad App: 24-Hour Trainer. He was also the technical editor on Professional iOS Programming.

Put into motion practical examples to master Test-Driven Development (TDD) and acceptance testing in Swift.

This book uses a pragmatic approach to writing well-tested code and provides techniques that can be used to retrofit tests to legacy code bases. You'll be introduced to basic principles of TDD, such as Test First, Red-Green-Refactor, Remove Duplicate code, Dependency Injection, and Single Responsibility. Approaches covered include TDD, behavior-driven development (BDD), UI, and acceptance testing with common standard/open source frameworks. 

iOS Code Testing offers helpful instruction to teach iOS developers to retrospectively fit tests to legacy code, refactor legacy code so as to make the code more testable, install and configure a popular Swift BDD framework, practice BDD with Xcode, and create automated UI tests with Xcode. Additionally, many projects have legacy code bases. Legacy code is often seen as a blocker when it comes to implementing any kind of testing.



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia