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
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 |
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 |
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 |
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 |
How do you test the web application?
What is mutation testing?? And when we use it??
HI FRNDS, I HAVE 2.5 years OF exp In Manual Testing,Plz let me know if thr r any oppurtunities in any company in Bangalore ID:dsnithi@gmail.com Thanks in Advance
What is release notes&have u involed in preparing the release notes?
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
Guys, can any one of u give the realtime example for Unit Testing?
from user point of view wht is the test case for notepad
What is the role of metrics in comparing staff performance in human resources management?
Can list out some disadvantages of manual testing?
Please give me any example of High severity and Low priority type of bug ?
Penetration testing
why do u go for whitebox testing,when black box testing is available?