- Replace TLAS with License Authority throughout documentation - Add Government of Goa emblem/logo (Ashoka Chakra style) - Update frontend branding to match documentation - Add configurable Swagger API link via VITE_API_BASE_URL env var - Fix Docker build for VitePress (git dependency, .dockerignore) - Fix helmet security headers for HTTP deployments - Add CORS support for VM deployment Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
59 lines
1.3 KiB
Markdown
59 lines
1.3 KiB
Markdown
# Testing Guide
|
|
|
|
## Test Environments
|
|
|
|
| Environment | Purpose | URL |
|
|
|-------------|---------|-----|
|
|
| Development | Local testing | localhost:4200 |
|
|
| Staging | Pre-production validation | staging.license.gov.in |
|
|
| Production | Live system | license.gov.in |
|
|
|
|
## Test Categories
|
|
|
|
### Functional Testing
|
|
|
|
Verify all features work as expected:
|
|
- Application submission flow
|
|
- Document upload and validation
|
|
- Workflow progression
|
|
- Certificate issuance
|
|
- Verification portal
|
|
|
|
### Integration Testing
|
|
|
|
Verify external integrations:
|
|
- DigiLocker authentication
|
|
- Payment gateway
|
|
- SMS notifications
|
|
- Email delivery
|
|
|
|
### Performance Testing
|
|
|
|
Verify system under load:
|
|
- Concurrent user capacity
|
|
- Response time under load
|
|
- Database query performance
|
|
- File upload throughput
|
|
|
|
### Security Testing
|
|
|
|
Verify security controls:
|
|
- Authentication bypass attempts
|
|
- Authorization enforcement
|
|
- Input validation
|
|
- Session management
|
|
|
|
## Test Credentials
|
|
|
|
| Role | Username | Password |
|
|
|------|----------|----------|
|
|
| Admin | admin@license.gov.in | (contact IT) |
|
|
| Department | dept.test@license.gov.in | (contact IT) |
|
|
| Applicant | (use DigiLocker sandbox) | - |
|
|
|
|
## Reporting Issues
|
|
|
|
Report test failures to:
|
|
- Email: qa@license.gov.in
|
|
- Include: Steps to reproduce, expected vs actual result, screenshots
|