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.

Answers were Sorted based on User's Feedback



They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also ..

Answer / 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

They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also ..

Answer / devina

Critical Positive flow:
Enter the data and verify the database if the information is
getting displayed in DB.

Critical Negative scenario:
enter incorrect information, like in case of DOB write name ...
Click on OK button. Error should be received. Verify
database, no information should stored in DB.

Is This Answer Correct ?    1 Yes 0 No

They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also ..

Answer / amit

Hi,
As they Asked to Write One Critical Functional Test Case
according to me that w'll be -
**Enter Valid data in all Text Fields & Click Ok it w'll
navigate to the next page & on next page just copied the
URL & paste it in other browser & check result,it should
not show that page for Security reason.

Is This Answer Correct ?    1 Yes 0 No

They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also ..

Answer / sandip patil

I agree with Tanuja, But there is no critical test case that
you are given.

1.Enter all valid entries and click on Ok more than one
time. then check the database entry. if the same data store
more than one time than it is an critical bug.

Is it correct.. Tanuja.

Is This Answer Correct ?    0 Yes 2 No

They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also ..

Answer / achu

1 critical Testcase may be like this:

1.Remove Database connectivity.
2.Enter all the data's and click Ok button.

Expected Result:An error message should be shown.Crash
should not occur.

((But in some cases Crash may occur.So we had to identify
that case)).

I'm not clear whether this answer is correct.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

how agile testing is performed and what are the related documents.

0 Answers  


What is the difference between smoke an sanity testing with example ?

7 Answers   Ness Technologies,


What is the difference between smoke and sanity testing? and when we perform smoke testing and when we perform sanity testing?

8 Answers   Tanla Solutions,


What is the clear meaning of test case, levels in test case ? contents of test case

2 Answers  


If any bug is found in exploratory testing, then may I consider it as a test case?

2 Answers  






define incident and test ware.

3 Answers  


TELL ABOUT CMM & ISO LEVELS ? its URGENT plz

4 Answers  


Can Someone tell me scenario in testing having low severity and high priority and vice versa

6 Answers   CybAge,


Difference between gui & Functional testing

4 Answers   TCS, Wipro,


What is Finite state Machine in Testing? What is High Availability Testing? What is Incremental Regression Testing? What is sensitivity Testing? Plz Reply ASAP.

1 Answers   Qwest,


What does entry and exit criteria mean in a project?

0 Answers  


we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1)functional testing 2)security testing

7 Answers   ATM, Encora,


Categories