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

Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2

0 Answers   Infosys,


what we have to do if the application has some additional functionality which is not specified as part of functional spec.(but is useful.. may b futher) Do we consider it as a defect?

5 Answers   Deloitte,


what are the good test cases for the login form containing 4 fields like Username,Password,LOGIN button and CANCEL button?

0 Answers   TCS,


8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations

2 Answers   Nucleus Software,


.Why do you go for Test Bed?

3 Answers  






If there there are 100 test cases which need to be executed in one day and out of them 50 are of Critical Severity, 30 are Major and 20 are Minor. What would be your approach?

6 Answers  


Explanation of all process areas with goals and practices?

0 Answers  


Have u ever done testing related to a database,give examples to support u r answer.

0 Answers   Infosys,


Guys, can any one of u give the realtime example for Unit Testing?

3 Answers  


Difference in web based application,desktop application and client server application? plz explain Us

2 Answers  


What's the difference between system testing and acceptance testing?

0 Answers  


Hi, this is sekhar yadav plz answer my questions with(examples) highest seviarity &lowest priarity and lowest seviarity & highest priarity ???? i want proper answer .. thankq

6 Answers   SAP Labs,


Categories