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 / jayakumar.n
It was not needed to write separate test cases and generate
Test case id for these type of validation.Instead we can
write generic test case for validation on name- In the input
field, we can have multiple inputs and subsequent output for
that.
Testcaseid Name Steps Input output
1 X field X input X output
Y Input Y output
This practically help to address u r question.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why should you care about objects and object-oriented testing?
Write a Test scenario for Outlook Search functionality.
Can you explian $ pillar of Agile
what do you mean by Develop test data through sourcing (or) handcrafting techniques
What type bugs you will find in integration testing with example?
What is a defect?
1.What types of documents would you need for QA, QC, and Testing?
What is white box testing?
How soon the bug should get fixed?
What is data matrix? What is the use of it?
What is the difference between qa, qc, and testing?
What is agile testing and why is it important?
Is an "A fast database retrieval rate" a testable requirement?
Enlist some bug status along with its description?
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.