hey 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



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

Answer / nidhi

In addition to the test cases provided by Krishi, a
possible 'Critical test case' in this scenario could be

1) Enter the Name, D.O.B and Blood Group and hit the 'OK'
button.
2) Validate that all the entries from these text boxes is
correctly saved in the database.

I indicate this as a crucial test case because this would
drive further features/actions/flow of data on the webpage,
whereas the hitting the Cancel and Reset button will end
the flow.

Is This Answer Correct ?    15 Yes 0 No

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

Answer / krishi

Hi I am not from development or testing background but as
per my understanding.
1) There are three fields/col as told
1.Name - validations cud be thr like name shud not b
blank,shud not be numeric,and shud not be alphanumeric char
etc and shud not exceed this (some particuler) value.
2. DOB - same as above, shud not be alphanumeric, shud not
be blank, shud be numeric, shud follow DOB(specified)
format etc,
3. Blood Group -validation for only blood gp category .
Now conditions they told :-
1)when you click on OK
it'll route you to the next page and save the data in the
database.
Answer - All validation defined above shud validate first
then only it can be saved in the database while clicking OK
button.
2)When you click on CANCEL it'll route you to
the previous page.
Answer-If some validation fails then cancel button shud
work and it shud route to the previous page MEANS that here
the case is :- all valadation shud be checked if any of
them fails then result shud be previous page.
3) When you click on Reset it'll clears
all the entries made by you.-
Reset button generally takes to the Blank field page or
sometime we call it NONE entry page.
Consider that u filled all the fields correctly and now u
want to give some other person's details not urs or u
don't want to continue then thr shud be one validation
that shud ask user to he/she really want to continue after
saving the details provided.

Is This Answer Correct ?    6 Yes 4 No

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

Answer / saff

if they r asking to write critical test case for continuing
the testing ,they meant to smoke test the application

so smoke testing means to test aplln flow
so according to my knowledge
test case should be

test description:
verifying ok button
test procedure
enter valid name password and blood group n click ok
expected result
should authenticate the user and navigate to the next page


correct me if i am wrong

Is This Answer Correct ?    3 Yes 1 No

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

Answer / mudaseer

name ! dob ! blood
! !
! !

ok cancel reset

enter valid name valid dob and valid blood group and click
ok

check whether it is going to next page or not
you can also write negative test case also
like when you dont enter the name enter blood group and dob
and click on next it should display please enter your name

and many more

click cancel it should take to previous page

enter valid name valid dob valid blood group & click on
reset it should clear the data in the columns
critical text case is

i entered my name valid dob & valid blood group

and click on ok
the webpage crashed is critical test case

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Why did u choose testing why not developing.

10 Answers   CTS, SRA Systems,


Write the function test case to add a customer to database.

0 Answers   Chase,


Can any 1 tell me what is front-end testing & what is back-end testing with example ?

6 Answers   Subex,


What is ISO 9000?

2 Answers  


Which testing is called as "confidence Testing"?

2 Answers   PanTerra,






In an application currently in production, one module of code is being modified. Is it necessary to re- test the whole application or is it enough to just test functionality associated with that module?

3 Answers   Media Magic, Ordain Solutions,


Can we file a bug after UAT?

3 Answers   Keane India Ltd,


What is the difference between manual testing and automation testing?

0 Answers  


How we do prevent the duplicate bug posted by 2 diffrent testers working in same field during run it in test link ?

2 Answers  


what is effect variance ,Budget variance , Schedule Variance , Defect Density ?

3 Answers   Tech Mahindra,


what is the diff b/w black box and white box

9 Answers   Synergy,


Is anybody have the telecom systems test cases from start to end?

0 Answers   Netsoft,


Categories