Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dev-guide
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
dev-guide
Commits
a8aac67d
Commit
a8aac67d
authored
Apr 20, 2015
by
Dinh Thanh Truc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update testing_checklist
parent
2dffa2dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
testing/testing_checklist.md
+28
-0
No files found.
testing/testing_checklist.md
View file @
a8aac67d
## Web testing checklist
### Funtionality
-There is no dead link
-Redirect to the correct page when clicking the link
-Link format is right
-Return expected result when clicking the button
-After some actions,the label of the button is changed porperly
-Can enter valid value in a text box.Expected result is returned
-System works well when entering max-length and min-length value in a text box
-Error message when entering invalid value: greater than max length, less than min length,invalid format (Ex: input alphabet for a numeric text box)
-Auto-suggestion: auto suggests right value, can select the suggested value
-The list of the select box is right
-Can select any value from the select box
-Can not let the mandatory field empty, proper message
-Can let the optional field empty
-Can load required files with the valid filename.The values are correct
-Can upload correct files.
-Can not upload files with empty mandatory fields
-Can upload files with empty optional fields
-Can not upload wrong files
### Usibilty
-All the labels, contents, paragraphs is not mispelled
-Layout format (font, color, underline, paragraph space ...) is OK
-The information (label,instruction...) is simple, clear, not confused
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment