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

can you tell me how to write test cases from use case?

1 Answers  


When to start Software Testing?

2 Answers  


How to conduct Regression Testing Manually?

9 Answers   FIC,


what are the templates for daily,weekly and monthly reports? plz reply ASAP.

0 Answers  


What is the deferace between End to End testing & system testing? Give me at least one example

4 Answers  






What type of questions may ask related to sql during interview?

3 Answers  


What is Gap Analysis?. Is there any template for it.Describe briefly about Gap Analysis Please

1 Answers  


Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?

0 Answers  


How to test login Page ? What wud be the possible Test cases ?

3 Answers  


Can anyone explain me about Tracebilit metrics?

7 Answers   HCL,


what are the inputs fo writing testcases and what are the outputs after executing the testcases?

4 Answers   TCS, Tech Mahindra,


What are the positive and negative testing can be done to social site like orkut?

3 Answers  


Categories