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 |
While executing the test cases manually all were pass.but when run on automation tool there it was failed to get pass result .Why so happened?
even though automation tools are fast and reliable why do we go for manual testing..in almost 90% of the companies manual testing is used
How do you analyze your test results? What metrics do you try to provide?
How to write the test scenario?Explain by giving Example.
Hi,I am new to software testing. My question is, What can be the possible test cases one can write for a chair
i have an android phone i want to share a photo to my friends phone via Bluetooth.can you tell me possible test cases for this?
Any one please can u tell me what is composer? An interviewer asked me do u have experience in Composer? its urgent.
What is role of a tester in the requirement phase?
What are the Challenges you faced while testing your Projects
4 Answers CitiGroup, SAP Labs,
Do we have any certifications for ETL Testing ?
what are the different things we test other than field level and form level validatons in functional testing
When we use Boundary Value Analysis and Equivalence Partion? Which one is best?I heard that ANy one of this technique useing by a comany...is it right?