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



If we are enterinf different inputs for the same field then tester have to write that much separat..

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

If we are enterinf different inputs for the same field then tester have to write that much separat..

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

If we are enterinf different inputs for the same field then tester have to write that much separat..

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

If we are enterinf different inputs for the same field then tester have to write that much separat..

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

Post New Answer

More Manual Testing Interview Questions

In the place of button developer use image, during the tab movements image(button) is not highlighted is it bug or not?

6 Answers  


To what extent is the tester responsible for the time delay in the test plan execution?

1 Answers  


How do you perform configuration management with typical revision control systems?

0 Answers   3i Infotech,


what is meant by system testing?

5 Answers  


After receiving the bug as fixed , what types of tests we will continue...

6 Answers   GE,






what is black box testing, and what are the methods for BBT plz explain it

8 Answers   SumTotal,


Being an Manual tester, what will be the role or activity in test plan ?

0 Answers  


What is the difference between smoke and sanity testing? and when we perform smoke testing and when we perform sanity testing?

8 Answers   Tanla Solutions,


How will u write the test case if u dont have the requirements and ahve the similar application

7 Answers   Persistent,


Can anyone tell me, What is wound fixing?

0 Answers   Value Labs,


What is Internal Links, External Links, orphan Pages, Broken Links

2 Answers  


Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?

15 Answers   FCG, University Exams,


Categories