분류 전체보기
-
-
STEN에 공감가는 댓글 두개세상 2011. 6. 21. 16:53
cavin 품질관리 3요소가 planning, improvement, control입니다. 개발을 모르고 프로덕트,프로세스측면에서 planning과 improvement가 잘될까요? (당연 잘안되죠) 최저비용으로 품질을 최대한 높힐기회를 획득하고 품질을 모니터링하며 현황이나 추세를 파악해서 품질목표나 활동 조정에 조언을 하는 것도 QA역할입니다. (아키텍처, 개발프로세스, 조직구성, 기술요소 모두에 대해서 조언해야죠.) 가령, 영역별로 품질목표를 수립할 당시에 난 개발과 비즈니스를 모르고 프로세스도 내영역이 아니니까 난 결과에 대해서만 측정하고 리폿해주겠다라는 것은 이미 QA이길 포기하는거죠. >> 프로젝트에 저런 QA들어오면 냅다까입니다. 무시당하는 겁니다. >> QA랍시고 표준준수, 목표에 맞는 결과..
-
YSlow for Mobile/BookmarkletPerformance 2011. 6. 21. 10:20
http://developer.yahoo.com/yslow/mobile/#javascript:%28function%28y,p,o%29{p=y.body.appendChild%28y.createElement%28%27iframe%27%29%29;p.id=%27YSLOW-bookmarklet%27;p.style.cssText=%27display:none%27;o=p.contentWindow.document;o.open%28%29.write%28%27%3Chead%3E%3Cbody%20onload=%22YUI_config={win:window.parent,doc:window.parent.document};var%20d=document;d.getElementsByTagName%28\%27head\%27%29[0]..
-
-
HTTPWatch 각 Timing의 의미 번역Performance 2011. 6. 16. 10:58
Cache Read is the time taken to read the content from the browser cache during (Cache) or 304 responses. 번역 : 브라우저 캐시에서 컨텐츠를 읽어오는 시간을 말한다. The Blocked time includes any pre-processing time (such as cache lookup) and the time spent waiting for a network connection to become available. Browsers limit the number of concurrent network connections per host name (i.e. www.microsoft.com) and will queue..