HTML Testing Page
Contents:
- Single line text input test cases
- Text Area Test Cases
- HyperText Test Cases
- Button Test Cases
- CheckBox Test Cases
- Radio Button Test Cases
- ListBox Test Cases
- DropdownListbox Test Cases
- Image Test Cases
- Table Test Cases
- Frame Test Cases
Single line text input test cases
With "LABEL" tag: Others:
|
With initial value |
If you type into the following box, input should be masked:
|
Birth Date: |
|
|
Text Area Test Cases
|
|
|
HyperText Test Cases
1. Jump to another location in the same page: Link to the end2. Open in the same window: http://www.yahoo.com/
3. Open in a new window: http://www.mozilla.org
Button Test Cases
Type or State |
Buttons |
---|---|
normal |
|
submit |
|
reset |
|
file |
|
disabled |
|
image |
CheckBox Test Cases
Radio Button Test Cases
ListBox Test Cases
Single Selection |
|
Multiple Selections
press Ctrl or Shift may select multiple Items |
|
Disabled |
|
DropdownListbox Test Cases
No Scrollbar: |
|
Having Scrollbar: |
|
The option 'Banana' is disabled. The user should not be able to select it |
|
optgroup supported |
|
optgroup disabled |
|
Image Test Cases
a simple image:
with a long description:
use the OBJECT element to place an image:

text equivalent for graphical representations of text (including symbols).
a text equivalent for image map regions.
for server side image maps:
[ Section A | Section B | Section C | Section D | Section E ]
for client side image maps:
a text equivalent for animations (e.g., animated GIFs).
a text equivalent for applets and programmatic objects.
a text equivalent for stand-alone audio files.
Listen to a message from the author.
Table Test Cases
Column2 | Column3 | ||
---|---|---|---|
Row1 Column1 |
Row1 Column2 |
Row1 Column3 |
|
join (R2 C1) and (R2 C2) |
Row2 Column3 |
||
Row3 |
Row3 Column1 |
join (R3 C2) and (R4 C2) |
Row3 Column3 |
Row4 Column1 |
Row4 Column3 |
![]() |
Row1 Column3 |
Row1 Column4 |
|||||||
Row2 Column2 |
Row2 Column4 |
||||||||
|
Row3 Column2 |
Row3 Column3 |
Row3 Column4 |
||||||
Row4 Column1 |
Row4 Column2 |
Link
to the end |
Row4 Column4 |
||||||
Row5 Column1 |
|
Row5 Column4 |
Frame Test Case:
test caseCreated by Jessie Li
2003-08-13