Coding Standard
Coding Standard
No Description Standards
1. When Page is refreshed it should delete previous
data in editable text box.
2. The Text written in button should be unique for
entire application.
3. For single word it should be start with capital Password,
letter in Button, Text Box Description etc. Submit,Reset,Cancel
4. Design should be proper for GUI purpose
specially for home page.
5. Navigation should be unique for entire project.
6. Alert message should be unique for same error, its
not differ page by page in any application.
7. Mandatory field and error message text should be
in only Red color.
8. In drop down box "select" is first item and data
should be in alphabetical order.
9. For each wrong input, message should be proper.
10. 1. For past action date and
time should not be greater
than system date & time.
Date and time validation. 2. For future action its not
less than current date and
time.
3. By default its take current
system date and time.
11. In any text box where data is selected through
Browsing then it’s never take input by the user.
Only allow to copy and paste the address.
12. A page in which update or edit button is exist
there is Cancel button is required.
13. Page title should be Static or Dynamic for entire
application.
14. Every text box has a fixed character length.
15. Once user Logout then without login he can't do
any thing. Also put time validation for time out of
the page.
16. In each web page" ©Copyright name of
company or owner "should be present.
17. At once there is only one alert message is
displayed.
18. When new record is added the alert message
should be "Data or Record added successfully".
19. When record is deleted the alert message should
be "Data or Record deleted successfully".