Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.88 KB

README.md

File metadata and controls

69 lines (45 loc) · 1.88 KB

iOS Testing Mini Bootcamp 2022 🔥🚀

Thanks for participating in this mini bootcamp! 🤓

This mini bootcamps is taking place online from May 16th to June x, 2022.

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

Summary

This summary is what the mini bootcamp is about through all its duration

Introduction

  • What is testing?
  • Testing in iOS

Testing artifacts

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

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.

Simulator Screen Shot - iPhone 12 mini - 2022-04-28 at 13 58 03

The challenge

Your challenge is about implementing the Search Trending tweets 🔥 or Compose New tweet or Displaying User profile or Displaying tweet detail applying what you learn in through this mini 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 🌈

Just please avoid using third party libraries. You can use it for doing some animations like Lottie :)

Technical stuff

Search endpoint

GET /api/search/\(string)

Compose a tweet

POST /api/statuses/update

application/x-www-form-urlencoded

Content-Type

User profile

GET /api/user