xcode에도 unit testing framework이 들어왔다.
http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/ios_development_workflow/135-Unit_Testing_Applications/unit_testing_applications.html

iPhone Development Advanced Videos                   

Testing and Debugging Your iPhone Application    57:06    10. 3. 3.    Apple Developer    Developer on iTunes   
에서 가르쳐준다. 가르쳐주는 속도가 좀 느리다.
내용을 보고 따라해야 하는데, 화질이 안좋아서 글자가 잘 안보인다.

xcode에서 제공하는 것은
Logic test, Application test

application test인 경우에는
기존 target을 duplicate한다.
test 설명은 별로 없네. 15'에 끝난다.

Build and Analyze (shift + command + A)
static analysis 를 snow leopard부터 제공한다. Clang static analysis engine이 무료.
각 function, method를 하나씩 각 경우에 대해서 분석하는 거였네. 엄청 느릴 수 있댄다.
오, xcode에서 flow를 화살표로 그려주네.

organizer, provisioning profile 같은 얘기도 많이 하네.
release 관련된 내용.

그 이후는 instrument도 나온다.

완전 잡탕.



'공부 > Computers' 카테고리의 다른 글

Pittarese javascript 배우기  (0) 2011.11.03
node js 관련 자료  (0) 2011.10.29
iphone foundation video는 기초부터  (0) 2011.10.25
Core data video  (0) 2011.10.20
Xcode Instruments tutorials  (0) 2011.10.13
wwdc 2011 중 interface builder tutorial 인상적  (0) 2011.09.16
Effective cpp 시작  (0) 2011.09.09
ios push notification  (0) 2011.09.02
wwdc web 중 앞부분  (1) 2011.08.31
developer apple com video  (0) 2011.08.31
by 언제나19 2011. 9. 28. 16:25
| 1 |