Do I have to write separate test cases for entering special
characters, blank space, numbers in First name field ?
Or should I create single test case for it? If yes then how?
Answers were Sorted based on User's Feedback
Answer / deepanjan
Yes special characters, blank space ,numbers all these are
independent entries user are suppose to insert into the
application.so we need seperate test cases for each.
| Is This Answer Correct ? | 5 Yes | 2 No |
Yes you have to write separate test cases for entering
special characters, blank space, numbers in First name field
as these three are seperate EP. Suppose u wrote a single
test case for all three and test case is failed for special
character, then whole test case will fail even if it is
working properly for rest of two.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / b g suresh
It depends on the project/methodology in the process of
your application. ie., In most of the Service Oriented
applications, normally a document called "Rules matrix"
will be provided by the Business Analysts, which talks
about each field's data,length, category..etc. In such a
case its not mandatory to write seperate testcases for
these data validations, a tester can track/Monitor all such
testing data, there itself in the Rules matrix.
Thus its depends on the methodology/Process of your project.
| Is This Answer Correct ? | 1 Yes | 0 No |
Wht is the Difference between Test Harness and Test Driver Anybody can explain it..Thanks in advance...
What exactly is quality control? Is it similar to quality assurance?
Difference between Agile process and V Model
which process u followed in ur company?
how do we do database testing manually.Suppose if i want to check whether a particular record is inserted in the database or not.
if the interviewer asked what are thec hallenges did u face in ur project how should we answer in project point of view and as well as testing technical point of view plzzz send the answer i faced this question lot of times but i am unable to expose correctly plz send the answer how to say plzzzzzzzzzzzzz
Write functional,system,integration,penetration,load,performance negative test cases for Instant messenger
What is ADHOC testing ?
what are the contents of SRS documents?
What is the difference between use case and test case? give example.
HP QC Defect life cycle?
How we can test Cookies Manually?