Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pcc000
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
Kang Hyeonuk
pcc000
Commits
9994bc56
Commit
9994bc56
authored
3 years ago
by
Kang Hyeonuk
Browse files
Options
Downloads
Patches
Plain Diff
Update report15.md
parent
018f926b
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
lec15/report15.md
+7
-0
7 additions, 0 deletions
lec15/report15.md
with
7 additions
and
0 deletions
lec15/report15.md
+
7
−
0
View file @
9994bc56
...
@@ -39,3 +39,10 @@
...
@@ -39,3 +39,10 @@
(정적 분석, 정적 테스트는 동일한 의미로 사용된다.)
(정적 분석, 정적 테스트는 동일한 의미로 사용된다.)
*
정적 테스트는 소프트웨어 오류에 대한 특정한 판단 기준을 두고 검사를 실시한다. 이때, 소프트웨어
<br>
*
정적 테스트는 소프트웨어 오류에 대한 특정한 판단 기준을 두고 검사를 실시한다. 이때, 소프트웨어
<br>
검사 결과와 특정한 판단 기준을 비교하여 오류를 찾게 된다.
검사 결과와 특정한 판단 기준을 비교하여 오류를 찾게 된다.
### 동적 테스팅 개요
*
동적 테스트란?
*
동적 테스트란? 소프트웨어 실행을 통하여 소프트웨어에 존재하는 결함을 검출하는 방법.
*
동적 테스트를 수행하기 위해서는 다음의 두 가지 조건을 확인해야한다.
1) 소프트웨어가 실행 가능한 환경 구축
2) 소프트웨어를 실행하기 위한 입력, 수행 결과를 관찰하기 위한 방법
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