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.?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / anant
In ur test case suite just insert one new worksheet 'test
data' and one more column in test case format as test data.
For above example just write two test case as +ve and -ve.
In test data sheet maintain different data as below:
1) -ve data for first name field = digits, spl characters,
blank space, alphanumeric
2) +ve data for first name field= Shyam
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anant
This is in continuation with previous ans:
In test cse format column mention the test data ID i.e 1,2
in the test data sheet. Ex. For -ve test case in test case
column write as 'Refer test data 1 in test data sheet'. The
person executing test cases will execute the single test
case for all the negative data.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of api testing are there?
Hi! pl. suggest a good book for manual testing..to attend interviews in manual testing with 3+ yrs of experience
why we go for winrunner ? and when we go for winrunner
What is Migration testing ?
What is the diff between retest bug and regression bug?
6 Answers HCL, Kekran Mekran, SK Infotech,
What is the different cost elements involved in implementing process in an organization?
Explain static and dynamic elementary process?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?
what is carpet bub?
Is there any testing named as Comprehensive testing
what type of testing you are doing ?