- Migrate from custom HTTP server to VitePress framework - Rename project to Tokenized License Approval System (TLAS) - Add comprehensive documentation for all stakeholders: - Business: Executive summary, value proposition, governance - Operations: Infrastructure, installation, monitoring, backup - Departments: User guide, workflows, verification, issuance - Developers: API reference, authentication, webhooks, SDKs - Compliance: OWASP, DPDP Act, IT Act, audit framework - Add modern theme with dark mode and full-text search - Update Dockerfile for VitePress build process 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.tlas.gov.in |
|
|
| Production | Live system | tlas.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@tlas.gov.in | (contact IT) |
|
|
| Department | dept.test@tlas.gov.in | (contact IT) |
|
|
| Applicant | (use DigiLocker sandbox) | - |
|
|
|
|
## Reporting Issues
|
|
|
|
Report test failures to:
|
|
- Email: qa@tlas.gov.in
|
|
- Include: Steps to reproduce, expected vs actual result, screenshots
|