Pages

About Me

My photo
ForEach(Minute in MyLife) MyExperience ++;

Wednesday, June 15, 2011

Basic Test Cases

Test Cases for web applications

1. Execute with null values
a. Check the validators
b. Uniformity of Error Messages
c. Position of Error Messages
d. Check expected Literal Message (Result)
2. Execute with Invalid Values
1. (Date formats ,
2. File formats ,
3. Email format,
4. Alphabets,
5. Numerals ,
6. Alphanumeric Characters ,
7. Character count ,
8. Dropdown list ,
9. Check box ,
10. Radio button Post backs )
a. Check the validator
b. Uniformity Of Error Messages
c. Position Of Error Messages
d. Check expected Literal Message (Result)
3. Execute with Valid Values
a. Check the validator
b. Check Expected Result
c. Page redirections
d. Output Alignment, Date formats, Status, Type ….. formats,
e. Paging , Sorting , Searching functionalities with all possible cases
4. General Appearance
a. Page Titles
b. Naming Conventions
c. Coding Standards
d. Uniformity in appearance
e. Compatibility with CSS classes
f. Validation Groups
g. Uniformity in Page names, Class files, Function names, Variables ...
h. Internal / External Links
i. Appearance and Functionalities in various browsers
5. Database
a. Login Authentication
b. Uniformity in Naming of Tables , Stored Procedures , Views etc
c. Primary Key / Auto increment etc

No comments:

Post a Comment