MI-M-T / testexec
Test Execution — TestExecutiveDeployment domain
Under Construction
DEMO
Front-end demonstration layout. Data shown is representative sample. Backend integration is in development.
TS-001
Smoke Suite — Auth
COMPLETE
Scope: auth.* · ENV: ENV-001 Staging
PASS 10
FAIL 1
BLOCKED 0
NR 0
View test cases →
TS-002
Regression Suite — Full
IN PROGRESS
Scope: auth.* + report.* · ENV: ENV-002 CI/CD
PASS 18
FAIL 2
BLOCKED 2
NR 7
View test cases →
| ID | Title | Package | Steps | Verdict |
|---|---|---|---|---|
TC-001 |
Valid login with correct credentials | TCP-001 |
4 steps | PASS |
TC-002 |
Invalid password triggers lockout after 5 attempts | TCP-002 |
6 steps | PASS |
TC-003 |
Expired session token redirects to login | TCP-001 |
3 steps | FAIL |
TC-004 |
OAuth2 token exchange — code for access_token | TCP-003 |
5 steps | BLOCKED |
TC-005 |
Remember-me token persists across browser restart | TCP-001 |
4 steps | PASS |
TC-006 |
Concurrent login from two devices invalidates first session | TCP-002 |
5 steps | PASS |
ENV-001
Staging
cloud
| Key | Value |
|---|---|
BASE_URL | https://staging.ebank-api.internal |
API_KEY | •••••••• [masked] |
DB_HOST | pg-stg-01.internal:5432 |
AUTH_TIMEOUT | 3600 |
JIRA_PROJECT | EBANK-STG |
ENV-002
CI/CD Pipeline
docker
| Key | Value |
|---|---|
BASE_URL | http://app:8080 |
API_KEY | ${CI_API_KEY} [env-injected] |
DB_HOST | postgres:5432 |
AUTH_TIMEOUT | 900 |
REPORT_PATH | /app/reports/output |
TestExecutiveDeployment — Domain Entities
TestCasePackage
TestCase
TestSet
TestEnvironment
TestEnvironmentVar