A C language function.
학생이 쓴 원문
강사 첨삭
Happy Friday, [이름]!
Thank you for explaining the function of unit test. Let us talk more about the Python language on Monday. Enjoy the rest of the day!
See you around!
~T. Eunice
A C language function.
aaFunction(variable A, B, C)
{
if(A >100)
then B = 8
else C = 5
end if
}
Unit test software to test the logic above.
>> This is the unit test software to test the program logic.
To test the function above, 3 test cases are needed like below
>> This is the process on how to test the function above.
>> There are three tests cases needed.
In the test case 1, A have 99, B has 0, C has 5
var A, init in [99,100,101], evaluation = same with init
var B, init = 0, evaluation in [0,0,8]
var C, init = 0, evaluation in [5,5,0]
Above things is what I wanted to explain you.
>> Those functions are what I explained to you in our class.
Ah.. I don\'t mention about the python.
>> Oh, I didn\'t mention about the python language.
I will explain it later.
>> Correct!
Bye
>> Goodbye!
파워잉글리쉬 영어첨삭교정 서비스에 실제로 접수된 글입니다. 작성자와 글에 등장하는 사람·회사 이름, 연락처 등 개인을 알아볼 수 있는 정보는 모두 지웠습니다. 문법 오류는 학습 자료로서의 가치를 위해 원문 그대로 두었습니다.