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.
Answer Posted / 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 |
Post New Answer View All Answers
What are parametere require for Performance testing?
Explain the strategy for testing a Java application?
how to write test cases for epos/pos testing.
If automating - what is your process for determining what to automate and in what order
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.
Hi Friends, Can anubody give me brief overview of Automation tools.. (basics of tools-summary)of following tools? 1.Qualty Center 2.Load Runner 3.Win Runner 4.Q.T.P mail me on ...rachna.huda@gmail.com
How much the bug is affecting the functionality of the application?
Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
How to do Performance Testing manually for a Flash Application?
what is API 2.0?
Explain some techniques for developing software components with respect to testability.
What and why is api testing?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance
What is the most important phase in STLC and Why