Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.77 KB

File metadata and controls

53 lines (35 loc) · 1.77 KB

iOS Testing Bootcamp

Thanks for participating in this bootcamp!

This README file contains the instructions for the live-sessions and the final project along with the summary.

Summary

This summary is what the bootcamp is about throughout its duration.

Introduction

  • What is testing?
  • Testing in iOS

Content

  • TDD
  • Unit Testing
  • Dummy
  • Fake
  • Stub
  • Mock
  • Spy

UI Testing

  • UI Testing in Xcode

Live Sessions

We will be working on this project on live sessions applying what is talked on the summary and this same project will be the base for the final project. So please feel free to explore it 🔍.

For running the project, just clone it in your local and Build & Run.

The Project

The project is a twitter-like app that will be displaying tweets in a timeline.

The challenge

Your challenge is about finish Feed feature by displaying tweets and fetching data from Tweets Endpoint. Following and applying what you learn in through this bootcamp and also applying your knowledge for acheive it. It's up to you.

Happy coding!

Rubric

Get >= 95% code coverage in the time set!! Everything is up to you. You can apply the patterns you want, the UI design you want; let your creativity be free.

Please avoid using third party libraries. You can use it for doing some animations like Lottie

Resources

Tweets endpoint

https://gist.githubusercontent.com/ferdelarosa-wz/0c73ab5311c845fb7dfac4b62ab6c652/raw/6a39cffe68d87f1613f222372c62bd4e89ad06fa/tweets.json