Skip to content

orta/pragmatic-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Pragmatic Approach to iOS Testing

An ebook about pragmatic testing strategies. Click below to get the latest epub.

Image

Prospective Pages
  • What & Why of the book

  • What is XCTest, how does it work?

  • How can I be pragmatic with my testing?

  • Types of Testing

    • Unit Testing
    • Behaviour Testing
    • Integration Testing
  • Useful terminology

    • Testing Terminology
      • DI
      • Stubs / Mocks
      • Fakes ( + protocols )
  • Tooling for the types of testing

    • Unit Testing ( Specta / Expecta Quick / Nimble )
      • Three types of unit tests
    • Mocking / Stubbing ( OCMock / OCMockito )
      • Network Stubbing ( OHTTP / VCRURLConnection )
  • Getting Setup

    • Introducing tests into an existing application
    • Starting a new application and using tests
    • My tests are running in my app?
    • Developer Operations aka Automation
  • Techniques for keeping testing code sane

    • Nested Before / After usage
    • Creation of app-centric it blocks
    • Fixtures / Factories
  • Techniques for avoiding Async Testing

    • Networking in View Controllers ( Network Models )
    • Animations
    • Dispatch Asyncs ( ar_dispatch etc )
    • will / XCTest 6
  • Techniques for testing different aspects of the app

    • Views ( Snapshots )
    • User interactions
    • iPad / iPhone
  • Core Data

    • Stubbed Core Data Contexts
    • Testing Migrations
  • Testing Common Cocoa Patterns

    • Delegate / Protocols
    • Singletons
    • Notifications
    • KVO
    • Networking
    • MVC
  • Making libraries to get annoying tests out of your app

  • Using Xcode pragmatically

  • Improving Xcode

  • Expanding on Specta / Expecta

  • Test Driven Development

  • Swift

  • Recommended

    • Books
    • Websites
    • Twitter Follows
  • OSS Testing in iOS

    • RestKit + AFNetworking
    • Moya / Eidolon
  • Eigen

Existing Pages
Topics Last Updated
Animations 05 Apr
Assert On Accessing Main Context 05 Apr
Behavior Testing 05 Apr
Books 05 Apr
Core Data 05 Apr
Core Data Migrations 05 Apr
Creation Of App-Centric It Blocks 05 Apr
Dependency Injection 05 Apr
Developer Operations Aka Automation 05 Apr
Di 05 Apr
Dispatch Asyncs Ar Dispatch Etc 05 Apr
Expanding On Specta And Expecta 05 Apr
Fakes Plus Protocols 05 Apr
Fixtures And Factories 05 Apr
Getting Setup 05 Apr
How Can I Be Pragmatic With My Testing 05 Apr
How I Got Started 05 Apr
Improving Xcode 05 Apr
Integration Testing 05 Apr
Introducing Tests Into An Existing Application 05 Apr
Ipad And Iphone 05 Apr
Making Libraries To Get Annoying Tests Out Of Your App 05 Apr
Mocking And Stubbing Ocmock And Ocmockito 05 Apr
Moya And Eidolon 05 Apr
Nested Before And After Usage 05 Apr
Network Stubbing Ohttp And Vcrurlconnection 05 Apr
Networking In View Controllers Network Models 05 Apr
Oss Testing In iOS 05 Apr
Recommended Websites 05 Apr
Restkit Plus Afnetworking 05 Apr
Scroll Views 05 Apr
Starting A New Application And Using Tests 05 Apr
Stubbed Core Data Contexts 05 Apr
Stubs And Mocks 05 Apr
Swift 05 Apr
Techniques For Getting Around Async Testing 05 Apr
Techniques For Keeping Testing Code Sane 05 Apr
Techniques For Testing Different Aspects Of The App 05 Apr
Test Driven Development 05 Apr
Testing Migrations 05 Apr
Testing Terminology 05 Apr
Three Types Of Unit Tests 05 Apr
Tooling For Different Types Of Testing 05 Apr
Tooling For The Types Of Testing 05 Apr
Twitter Follows 05 Apr
Types Of Testing 05 Apr
Unit Testing 05 Apr
Unit Testing Specta And Kiwi 05 Apr
Useful Terminology 05 Apr
User Interactions 05 Apr
Using Xcode Pragmatically 05 Apr
Views Snapshots 05 Apr
What And Why Of The Book 05 Apr
What Is Xctest How Does It Work 05 Apr
Will And Xctest 6 05 Apr
Generating the ebook

The latest epub copy can be generated by running ruby generate.rb

About

Pragmatic testing ebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published