> For the complete documentation index, see [llms.txt](https://simian114.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simian114.gitbook.io/blog/undefined-1/diary/2021/january/20210102.md).

# 20210102(토)

## 2020-01-02

### 1. 학습 날짜

* 2020-01-02

### 2. 학습 시간

* 10:00 \~ 14:00, 17:00 \~ 21:30

### 3. 학습 범위 및 주제

* 루비온레일즈 TEST 학습

### 4. 학습 목표

* 루비온레일즈 TEST를 간단히 학습하고 정리한다.

### 5. 과제 제출

* x

### 6. 상세 학습 내용

1. 테스트는 크게 단위 테스트와 통합테스트가 있다.
2. 단위 테스트는 크게 모델의 동작에 대한 테스트와 컨트롤러와 뷰 의 테스트(Functional)가 있다.
   * 이를 Unit 테스트라고 한다.
3. 통합 테스트는 Integration 테스트라고 한다. 이 통합 테스트는 사용자의 실제 상황을 가정해서 시뮬레이션을 돌리면서 테스트 하는 기능이다.

### 7. 오늘 학습 내용에 대한 개인적인 총평

* 오늘 또한 딴짓을 너무 많이 했다. 흠.... 이러면 안되는데

### 8. 다음 학습 계획

* 레일즈 테스트, 클라이언트 개발 부분 책 읽기


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://simian114.gitbook.io/blog/undefined-1/diary/2021/january/20210102.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
