They showed me a Web page containing 3 text boxes labeled as
Name, D.O.B & Blood Group.It also have 3 Buttons as OK,
CANCEL,Reset. They told me that
1) when you click on OK it'll route you to the next page and
save the data in the database.
2) When you click on CANCEL it'll route you to the previous
page.
3) When you click on Reset it'll clears all the entries made
by you.
Now they asked me to write Test cases to test the
functionality of that web page & asked me to write 1
critical test case after which they will give final go ahead
to test the rest of the application... I wasn't able to
write the critical test case. Plz answer.
Answer Posted / tanuja
1. Enter valid Name, DOB, and Blood group
Click on OK
Expected: Page should navigate to Next page and
updated data should display in database
2. Enter invalid data in one of the fields
Click on ok
Expected: Error msg should be displayed and no data
should update in database
3. After entering the valid data, update the data in the
database (Critical)
Expected: based on the changes, the respective updated
information should be displayed
4. Enter valid data
Click on cancel
Expected: It should navigate to previous page and no data
should update in database
5. Enter valid data
Click on Reset
Expected: It should clear all the entries made by you and
no data should update in database
6. After clicking on Reset click on Ok(Critical)
Expected: Error msg should be displayed and no data should
update in database
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
How does quality control differ from quality assurance?
What r the functional testing u perform?
In how many ways you perform batchtesting ?
Describe some staff conflicts you have handled.
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
. Is any graph is used for code coverage analysis?
What are the review documents used for testing?
what is your daily activities?
Have u ever done testing related to a database,give examples to support u r answer.
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
what are the test bugs
Test approach to windows update?
How should your staff be managed? How about your overtime?
What is client server application testing?