write a test case for student admission form
Answers were Sorted based on User's Feedback
Answer / ichita
1.It should contain all the important columns such as first name, last name, date of birth, caste, address, contact number, etc.
2.It should not accept the form if any of above column is blank, it should highlight the blank columns.
3.it should not accept a form from a student if the birth date is invalid. For eg. if a student is applying for diploma then his age should not be <15 yrs.
4.The student must attach his/her valid i.e.current photo to the form.
5.The student must attach all necessary legal documents to the form such as, caste certificate, results, etc.
| Is This Answer Correct ? | 32 Yes | 6 No |
Answer / mudaseer
it contains columns like
student name address branch semester fees paid fees remaining
like this there may be many more columns and all the columns
are compulsory and when i enter fees it should only allow
numbers and not alphabets and while entering the data if i
miss any column it should display pop up like the required column cant be empty
| Is This Answer Correct ? | 14 Yes | 9 No |
Explain the system testing?
What is the state testing?
how do you write the test cases?
if software faild in customer environment what we called a)error b)fault c)defect d)failure
Pls tell me test cases for pepper grinder
Please guide me for Add new user test cases
Can you list down a few characteristics of a test case?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
Who will take care of test plan and test case?
How we apply Test case like integration testion on calculating result or for calculation GPA..... plz urgent need???:(
what is the process of testing
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage