Skip to content

Instantly share code, notes, and snippets.

View nals-hunghq's full-sized avatar

hunghq-mynavitechtus nals-hunghq

View GitHub Profile
@nals-hunghq
nals-hunghq / BaiTap2.md
Created May 28, 2025 06:18
[Training][FE - Mobile] Training create test case and tesing skill_Homework

Beauty - Checklist

Search/Filter Functionality Tests

Test Case ID Title Input / Action Expected Result Type
TC-Search-01 Valid keyword search Enter "美容" in search field Relevant campaigns displayed ✅ Happy
TC-Search-02 Empty search Leave search field blank, click search All campaigns displayed ✅ Happy
TC-Search-03 No results found Enter non-existent keyword "xyz123" "No results found" message displayed ❌ Negative
TC-Search-04 Search with special characters Enter "@#$%" in search Handled gracefully, no error 🚨 Edge
@nals-hunghq
nals-hunghq / BaiTap1.md
Last active May 28, 2025 06:22
[Training][FE - Mobile] Training create test case and tesing skill_Homework

Beauty - Checklist

User Name Field Tests

Test Case ID Title Input / Action Expected Result Type
TC-Name-01 Valid Japanese name "山田 太郎" Accepted ✅ Happy
TC-Name-02 Valid English name "John Smith" Accepted ✅ Happy
TC-Name-03 Empty required field Leave blank Error: "名前は必須です" ❌ Validation
TC-Name-04 Only spaces " " Error: Invalid input ❌ Validation