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 |
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
why we need a test plan
What is the difference between test scenarios, test cases, and test script?
how to write the test cases in excel format
What is the differance between Bug and Defect.
17 Answers Cap Gemini, CarrizalSoft Technologies,
when you don't have time to write test cases, what do you do?
Write few functional & non-functional test cases for a payment gateway system
Elaborate test plan and content availability in test plan.
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
What is the basic stuff you require to begin creating test cases?
Generally when we are writing test cases we give headings as Case id , description, input values, expected, actual, severity and priority and pass/fail. is there any seperate profama during testing the web site manually. (guys it very urgent for me in my office can any one help me plz)