Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pcc004
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nayoung Kim
pcc004
Commits
f6fe63c1
Commit
f6fe63c1
authored
3 years ago
by
Nayoung Kim
Browse files
Options
Downloads
Patches
Plain Diff
Update lec15
parent
7d024979
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+30
-21
30 additions, 21 deletions
README.md
with
30 additions
and
21 deletions
README.md
+
30
−
21
View file @
f6fe63c1
...
...
@@ -2063,6 +2063,15 @@ int main()
* Dynamic
* SW를 실행하여 다양한 입력 값에 대해 기대하는 결과 값이 나타나는지 확인하는 테스팅 기법
* V-model
* v-bind와 v-on의 기능을 합쳐놓은 문법
* 소프트웨어 개발 프로세스로 폭포수 모델의 확장된 형태 중 하나
* 요구 사항 분석에서의 오류, 설계 등 개발 단계의 작업들에 대한 테스트를 포함

### 소프트웨어 기능안전
* 시스템이나 장비의 총체적 아전의 일환으로 하드웨어 고장, 소프트웨어 오류, 운영자 오류, 환경적 영향등에 대한 안전 관리
### 정적 테스트
* 소프트웨어를 실행시키지 않고 결함을 검출하는 방법
* 특징 : 코딩 규칙, 가이드 준수 여부 검사
...
...
@@ -2083,7 +2092,7 @@ int main()

| 구분
| 인스펙션 | 피어 리뷰 | 워크쓰루 |
|
:
구분
:
|
:
인스펙션
:
|
:
피어 리뷰
:
|
:
워크쓰루
:
|
| :---: | :------: | :-------: | :------: |
| 공식성 | Formal | Mid Formal | Informal |
| 개념 | 산출물 대상 공식 검토 | 개발단계별 산출물 대상 동료 검토 | 소팀 내 결함 해결방안 상호 검토 |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment