Client Acceptance QA Dashboard

Project: tc-004-full-form-test  |  Run: qa-20260523-214745  |  Environment: Production (https://example.com)  |  2026-05-23T21:47:45Z

Source requirement: test-req.md  |  Feature: Smoke test with full form  |  Target: https://example.com

1Total requirements
1Covered requirements
5Tests executed
0Passed
0Failed
5Blocked
0%Pass rate
1Open defects
NO-GORecommendation

Executive Summary

The target URL https://example.com is a placeholder domain that does not contain any form. The page displays only the standard "Example Domain" text and a "Learn more" link. No form, no input fields, no file upload control, and no submit button exist on the page. This is a Critical defect (DEF-001) that blocks all five test cases designed from the requirement. The feature under test — "User can submit the form with a requirement file attached" — cannot be validated until the correct deployment URL is provided or the form is deployed to this address.

Go/No-Go: NO-GO — feature is not deployed at the target URL; release is blocked.

Search

Requirement Reference

ReqSourceTextFeaturePriorityCoverageExecutionTest CasesDefects
REQ-001test-req.md, line 3 User can submit the form with a requirement file attached. Form Page (https://example.com) High Covered Blocked TC-001 to TC-005 DEF-001

Test Cases & Execution Results

TCReqTitleStepsExpectedActualStatusDefectEvidence
TC-001REQ-001Submit form with valid file attached (happy path) 1. Navigate to https://example.com. 2. Locate the form. 3. Fill required fields. 4. Attach a valid file. 5. Click Submit. 6. Observe confirmation. Form submits successfully; user sees a success confirmation message; attached file is acknowledged. The page at https://example.com is a placeholder with no form, inputs, file upload, or submit button. Testing cannot proceed. Blocked DEF-001 TC-001 evidence
TC-002REQ-001Submit form without attaching a file (if required) 1. Navigate to form page. 2. Fill all text fields. 3. Leave file attachment empty. 4. Click Submit. 5. Observe validation. Form does not submit; a clear validation error tells the user a file must be attached. No form exists on the page. Cannot test missing-file validation. Blocked DEF-001 TC-002 evidence
TC-003REQ-001Submit form with empty required fields 1. Navigate to form page. 2. Leave all fields empty. 3. Do not attach any file. 4. Click Submit. 5. Observe validation. Form does not submit; clear validation errors indicate which fields are required. No form exists on the page. Cannot test empty-field validation. Blocked DEF-001 TC-003 evidence
TC-004REQ-001Submit form with invalid file type 1. Navigate to form page. 2. Fill required fields. 3. Attach disallowed file type. 4. Click Submit. 5. Observe response. Form prevents attachment or shows validation error telling user which types are accepted. No form or file upload control exists on the page. Cannot test file-type validation. Blocked DEF-001 TC-004 evidence
TC-005REQ-001Submit form with oversized file 1. Navigate to form page. 2. Fill required fields. 3. Attach file exceeding size limit. 4. Click Submit. 5. Observe response. Form shows clear error telling the user the file is too large and what the limit is. No form or file upload control exists on the page. Cannot test file-size validation. Blocked DEF-001 TC-005 evidence

Evidence Gallery

Defects

DEF-001 — No form exists on target URL; all form-related testing blocked

Severity: Critical  |  Category: Functional  |  Requirement: REQ-001  |  Test Cases: TC-001, TC-002, TC-003, TC-004, TC-005 (all blocked)

The target URL https://example.com is the IANA example placeholder page. It contains no form, no input fields, no file upload control, and no submit button. The feature under test — a user submitting a form with a requirement file attached — does not exist at this URL. All five test cases (100% of the test suite) are blocked.

Steps to Reproduce: 1. Open browser. 2. Navigate to https://example.com. 3. Observe the page.

Expected: A web page with a functional form, input fields, file upload control, and submit button.

Actual: Static placeholder page with only "Example Domain" text and a "Learn more" link.

Recommendation: Verify the correct deployment URL for the form feature. If https://example.com is the intended URL, deploy the form application. Re-run full QA suite (TC-001 through TC-005) once the form is accessible.

Evidence: screenshots/TC-001-blocked-no-form.png

SeverityCount
Critical1
High0
Medium0
Low0

Downloads