External audits are performed on suppliers by customers to establish supplier qualifications or measure performance against contract requirements.
No audit should be informal.
During the walkthrough meeting, the author makes an overview presentation of the software elements under review.
This is followed by a general discussion from the participants after which the presenter "walk through" the software element in detail.
"External-internal customer contact
SPICE standards are for use in software process assessment, process improvement, capability determination, and training of assessors.
The intent of standards is to harmonize the numerous efforts to mange the software process around the world.
"Tree diagrams" refers to one of the seven quality management tools that relies on knowledge or management experience.
The largest factor in the cost of software maintenance is "the decrease in productivity" => 40:1
Pilot test는 DO phase에 수행
Integrated software plan에는
- project lifecycle considerations
- technical and management tasks
- budget, schedule, milestone
- data management and risk identification
- resource and skill requirement
- stakeholder identification and interaction
Path testing tests every statement in a computer program at least once.
Conditional Testing tests the logical conditions contained in a computer program
Branch-to-branch testing verifies that every branch in a computer program has been exercised at least once during a test.
Data flow testing selects test paths, based on the location of definitions and uses of variables in the computer program.
Data flow testing examines the sequence ov events or control items related to status of data objects.
경로 테스트는 컴퓨터 프로그램의 모든 문을 적어도 한 번 테스트합니다.
조건부 테스트는 컴퓨터 프로그램에 포함 된 논리 조건을 테스트합니다.
지점 간 테스트는 컴퓨터 프로그램의 모든 지점이 테스트 중 적어도 한 번 이상 실행되었는지 확인합니다.
데이터 흐름 테스트는 컴퓨터 프로그램의 정의 및 변수 사용 위치를 기반으로 테스트 경로를 선택합니다.
데이터 흐름 테스트는 데이터 객체의 상태와 관련된 이벤트 또는 제어 항목의 순서를 검사합니다.
methods applied to the design of software user interfaces, to minimize the probability of human error, are most likely referred to as: Human engineering principals.
인간의 실수 가능성을 최소화하기 위해 소프트웨어 사용자 인터페이스 설계에 적용되는 방법은 다음과 같이 언급 될 가능성이 큽니다.
Safety-critical functions are analyzed in complex systems before deriving hazards and designing mitigation safe guards.
Safety-critical software functionality is verified using objective analysis and test evidence.
Failure modes are addressed in the software design.
복잡한 시스템에서 위험을 유도하고 완화 안전 가드를 설계하기 전에 안전 중심 기능을 분석합니다.
안전성이 중요한 소프트웨어 기능은 객관적인 분석 및 테스트 증거를 사용하여 검증됩니다.
오류 모드는 소프트웨어 설계에서 다루어집니다.
'SE > CSQE' 카테고리의 다른 글
Software V&V (0) | 2016.11.20 |
---|---|
3 - software quality mangaement (0) | 2016.11.20 |
csqe (0) | 2016.11.16 |
Bootstrap, ISO SPICE, ISO 9001, Trillium (0) | 2016.11.08 |
CSQE - Software Quality Benefits : Project Scheduling 3가지 (0) | 2016.11.05 |