tools.testdata.settings
tools.testdata.settingsDescription
tools.testdata.testCases
tools.testdata.totalCount 24 tools.testdata.cases
tools.testdata.categories.null
null

null 참조

tools.testdata.categories.empty
""

빈 문자열

tools.testdata.categories.empty
" "

공백 1개

tools.testdata.categories.empty
" "

공백 2개

tools.testdata.categories.empty
"\t"

탭 문자

tools.testdata.categories.empty
"\n"

개행 문자

tools.testdata.categories.empty
"\r"

캐리지 리턴

tools.testdata.categories.empty
"\n\t\r"

혼합 공백문자

tools.testdata.categories.special
"0"

문자열 0

tools.testdata.categories.special
"false"

문자열 false

tools.testdata.categories.special
"null"

문자열 null

tools.testdata.categories.boundary
"A"

1글자

tools.testdata.categories.boundary
"가".repeat(65535)

최대 길이 (65535)

tools.testdata.categories.format
"test@"

불완전한 이메일

tools.testdata.categories.format
"http:/"

불완전한 URL

tools.testdata.categories.format
"2024-13-01"

잘못된 월(13)

tools.testdata.categories.format
"25:00:00"

잘못된 시간(25시)

tools.testdata.categories.unicode
"안녕하세요"

한글

tools.testdata.categories.unicode
"مرحبا"

아랍어 (RTL)

tools.testdata.categories.unicode
"😀😃😄"

이모지

tools.testdata.categories.unicode
"😀"

유니코드 이스케이프

tools.testdata.categories.security
"' OR 1=1--"

SQL 인젝션 기본

tools.testdata.categories.security
"<script>alert(1)</script>"

XSS 기본

tools.testdata.categories.security
"../../../etc/passwd"

경로 탐색 공격

tools.testdata.aboutEdgeCases

tools.testdata.whatIsEdgeCase

tools.testdata.whatIsEdgeCaseDesc

tools.testdata.whyNeeded

tools.testdata.whyNeededDesc