|
| Total Answers and Comments: 4 |
Last Update: September 28, 2009 Asked by: Valusa79 |
|
| | |
|
Submitted by: srinivasulub1981 Hi
In this scenario we can write the cases for below scenarios.
a. First of submit the page with empty values and observe whether the page throughs the validation messages or not
b. Each time leave any one of the mandatory field, fill remaining fields with valid data, submit the form and verify page should throughs the val messages for left field.
c. Each time leave any two of the mandatory field, fill remaining fields with valid data, submit the form and verify page should throughs the val messages for left fields.
d. Each time leave any 3 of the mandatory field, fill remaining field with valid data, submit the form and verify page should throughs the val messages for left field.
These can be tested in the diff scenarios , scenarios will come by experience.
If the accessable data type is given we can go for data validation test cases
Srinivas
Above answer was rated as good by the following members: G.D.S.Prasad | Go To Top
|