If we are enterinf different inputs for the same field then
tester have to write that much separate test cases with
separate ID.
E.g. First name field
Inputs are - 1. valid name = Shyam,
2. Digits , 3. Blank Space, 4. Empty
Name, 5. Enter name after blank space, 6. Special
Characters etc.
So May I have to write 6 separate test cases with test case
id 1,2,3,4,5 & 6.?
Answer Posted / dinesh
It doesn't required to write 6 test cases for this all
scenario.u need to write only one negative test case which
explain all 6 scenario in one.i.e
Test Case id Objective module name
LP_01 verify the functionality homepage->
firt name field login page
Input data Steps
all invalid enter invalid input
like special first name field
characters,numeric data keep all other field blank
click on ok button
Expected result
Actual result
Status
Severity
Remark:same issue is applicable when input blank spaces
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Have you prepared traceability matrix and how to prepare it?
What ishigh severity, low priority bug?
What is the difference between SIT AND IST?
What do you think the role of test-group manager should be? Relative to senior management?
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
what is the architecture of your current project?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is the responsibility of programmer’s vs QA?
Negatives test cases of gmail login page With its severity , priority and expected results columns Through test case template-oodles technologies gurgoan
Which test cases are written first: white boxes or black boxes?
What is regression testing? When to apply it?
How does quality control differ from quality assurance?
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
Explain the advantages of automation over manual testing?