how to write test case for Add, Delete,Update,search and
Edit button. Please its urgent.Could anybody help me as
soon as possible
Answers were Sorted based on User's Feedback
Answer / saranya
Hi...,
Main Functionalities:
1. You check the buttons are enabled
2. Check the buttons when its enabled and when its disabled
3. After click the button, page responding or not.
Add:
1. When u have click the add button, record should be added.
Delete:
1. When u have click the delete button, record should be
deleted.
Update:
1. Modify value should be updated when u have click this
button.
Search:
Searching result should be display when u have enter the
search button
Search button should be enabled after enter the search value
Edit:
Edit button should be enable when i have to edit the value
Low level test case:
1. Check the font size
2. Chenk the font color
3. Check the spelling mistake
4. Check the button size
| Is This Answer Correct ? | 49 Yes | 14 No |
Answer / nikunj pitroda
1. first when page get load at first time with no record, then Update, Delete,Search,Edit button should be in disable mode.
2. enter some record then check all the button, all button should be enabled expect Update, Delete
3. when record select from the list then and then Delete and Update button should be enabled.
4. without entering manadatory field, click on save button,Validation message comes or not.
| Is This Answer Correct ? | 18 Yes | 2 No |
how to write test cases for sort drop down box containning 6 options in the drop down list.
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
what test case is written specifically for web applications?
10 Answers Aricent, Mind Tree,
write the test cases for traffic signal and sensor doors.
how many test cases do u need to ship a product?
write down test cases for "x>=1"
Write a test case scenario for Web-based address book?
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
Write 5 best test cases for : Blog,Join now(button)(social networking site,community site)
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
maximum length of testcase
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.