-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
공지사항 관리 기능 QA 가이드 문서 작성 #72
Comments
공지사항 작성기본 테스트 환경관리자 유저 username: admin / password: admin 성공 케이스 (Happy Path)기본 데이터 생성
본문 컨텐츠 처리
실패 케이스 (Edge Cases)필수 필드 누락
유효성 검증
권한 검증
|
공지사항 조회기본 테스트 환경관리자 유저 username: admin / password: admin 시나리오: 사용자가 공지사항 목록 페이지에 접속 성공 케이스 (Happy Path)1.1 공지사항 목록 조회
1.2 공지사항 상세 조회 시나리오: 사용자가 특정 공지사항을 클릭
2. 예외 상황 테스트 (Edge Cases)2.1 필터 적용
2.2 비정상 접근 시나리오: 잘못된 접근이나 삭제된 공지사항 조회
2.3 특수 상황
|
테스트 환경 정보테스트 URL: http://admin.hello-py.com:8080/admin/notice/notice/ 테스트 데이터: 일반 공지사항 3개 상단 고정 공지사항 1개 첨부파일이 있는 공지사항 1개 1. 기본 동작 테스트 (Happy Path)1.1 단일 공지사항 삭제
1.2. 다중 공지사항 삭제
1.3. 첨부파일이 있는 공지사항 삭제
2. 예외 상황 테스트 (Edge Cases)2.1 권한 검증
|
📌 Description
The text was updated successfully, but these errors were encountered: