본문 바로가기

1. QA/1.1 Syllabus

5.1 Test Organization (테스트 조직) Termstester, test leader, test manager. 5.1.1 Test Organization and independence The effectiveness of finding defects by testing and reviews can be improved by using independent testers. Options for independence are:- No independent testers. Developers test their own code.- Independent testers within the development terms.- Independent test team or group within the organization, reporting to pro.. 더보기
4.6 Choosing test techniques (테스트 기법 선택) Terms No specific terms.BackgroundThe choice of which test techniques to use depends on a number of factors, including the type of system, regulatory standards,, custom or contractural requirements, level of risk, type of risk, test objective, documentation available, knowledge of the testers, time and budget, development life cycle, use case models and previous experience of types of defects fo.. 더보기
4.5 Experience-based techniques (경험 기반 기법) Terms Exploratory testing, fault attack. BackgroundExperienced-based testing is where tests are derived from the tester's sill and intuition and their experience with similar applications and technologies. When used to augment systematic techniques can be useful in identifying special tests not easily captured by formal techniques, especially when applied after more formal approaches. However, t.. 더보기
4.4 Structure-based or white-box techniques (구조 기반 또는 화이트 박스 기법) Terms Code coverage, decision coverage, statement coverage, structure-based testing. BackgroundStructure-based testing/white-box testing is based on an identified structure of the software or system, as seen in the following examples: - Component level : the structure is that of the code itself, i.e. statements, decisions or branches.- Intergration level : the structure may be a call tree (a dia.. 더보기
4.3 Specification-based or black-box techniques (명세 기반 기법 또는 블랙 박스 기법) Terms Boundary value analysis, decision table testing, equivalence partitioning, state transition testing, use case testing. 4.3.1 Equivalence partitioning inputs to the software or system are divided into groups that are expected to exhibit similar behavior, so they are likely to be processed in the same way. equivalence partitions (or classes) can be found for both valid data and invalid data,.. 더보기
4.2 Categories of test design techniques (테스트 설계 기법의 종류) TermsBlack-box test, design technique, experience-based test design technique, specification-based test design technique, structure- test design technique, white-box test design technique. BackgroundThe Purpose of a test design technique is to identify test conditions and test cases. It is a classic distinction to denote test techniques as black box or white box. Black-box techniques(with includ.. 더보기
StatCounter 통계 데이터는 매월 15조건 이상의 접속 이력을 300만개 이상의 웹 사이트를 통해 파악하여 4시간 단위로 홈페이지를 통해 업데이트 됨. StatCounter에서 확인 가능한 것은 OS 별, 브라우저 종류, 검색 엔진, 해상도 별 등 다양한 통계 수치를 나라별로 확인 가능. (자세한건 아래에 ㅎㅎ) We publish stats for the following: Browser Browser Version Browser Version (Partially Combined) Mobile Browser Operating System Mobile OS Search Engine Mobile Search Mobile vs. Desktop Screen Resolution Mobile Screen Resolution Soci.. 더보기
4.1 The Test Development Process (테스트 개발 프로세스) Terms Test case specification, test design, test execution schedule, test procedure specification, test script, traceability BackgroundThe process described in this section can be done in different ways, from very informal with little or no documentation, to very formal (as it described below). The level of formality depends on the context of the testing, including the organization, the maturity.. 더보기