본문 바로가기

iOS/Testing4

WWDC Testing related Videos list 2015 https://developer.apple.com/videos/play/wwdc2015/406/?time=216 UI Testing in Xcode - WWDC 2015 - Videos - Apple Developer Xcode 7 introduces new UI testing features fully integrated into the IDE. Learn about the new APIs and how UI testing fits in with... developer.apple.com 2016 https://developer.apple.com/videos/play/wwdc2016/409/ Advanced Testing and Continuous Integration - WWDC 2016 - .. 2021. 5. 25.
iOS 유닛 테스트를 배워보자!(3) - 마지막 [참고한 튜토리얼] iOS Unit Testing and UI Testing Tutorial Learn how to add unit tests and UI tests to your iOS apps, and how you can check on your code coverage. www.raywenderlich.com https://haningya.tistory.com/35 iOS 유닛 테스트를 배워보자!(2) [참고한 튜토리얼] iOS Unit Testing and UI Testing Tutorial Learn how to add unit tests and UI tests to your iOS apps, and how you can check on your code coverage. www.raywend.. 2020. 4. 24.
iOS 유닛 테스트를 배워보자!(2) [참고한 튜토리얼] iOS Unit Testing and UI Testing Tutorial Learn how to add unit tests and UI tests to your iOS apps, and how you can check on your code coverage. www.raywenderlich.com iOS 유닛 테스트를 배워보자!(1) 시작에 앞서 개인적으로 학과 수업을 통해 소프트웨어 개발에서 테스트의 중요성은 알고 있었지만 실제 개발에 어떻게 적용해야 하는지 모르는 상태였다. 마침 2019 GDG 부산 행사에서 DevOps 와 Testing 에 관한.. haningya.tistory.com 에 이어서 본격적으로 테스트에 필요한 코드를 작성해 보려 한다. func testScoreIs.. 2020. 4. 4.
iOS 유닛 테스트를 배워보자!(1) 시작에 앞서 개인적으로 학과 수업을 통해 소프트웨어 개발에서 테스트의 중요성은 알고 있었지만 실제 개발에 어떻게 적용해야 하는지 모르는 상태였다. 마침 2019 GDG 부산 행사에서 DevOps 와 Testing 에 관한 세션이 있었고 그때 구체적으로 TDD 가 무엇인지 알게 되었다. https://festa.io/events/557 GDG Devfest Busan 2019💖 | Festa! Festa에서 당신이 찾는 이벤트를 만나보세요. festa.io Test Driven Developement란 말 그대로 테스트가 개발을 주도하는 것이다. 테스트를 먼저 만들고 그 테스트를 통과하기 위한 코드를 짜는 것을 뜻한다. 보통 개발이 끝난 후 테스트를 시행하지만 다음과 같은 장점들 때문에 그 순서를 바꾼 T.. 2020. 4. 3.