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

By using any techinique in tesing......how to find the greatest number between 1-10.?

2 Answers  


What are cookies and how to test cookies

6 Answers   Chetu India, Teradata, Wipro,


How to write integration test cases? And as a black box tester do we write integrated test cases and how?

1 Answers   IndiumSoft,


How should testers write the test cases without Specifications

3 Answers   Patni,


Hi! I have got an expirence of a year in Software(manual) testing...Kindly let me if there are any openings for the same,location :MUMBAI..i have got a knowledge of C++,sql (basic),java,and have done a automation testing course..

1 Answers  






What is difference between Development envionment and Test enviornment.

2 Answers   Siemens,


According to RBI rule how much money can be transferred through online banking at one time...?

0 Answers   HCL,


What are the three aspects of GUI software to test for with WinRunner?

1 Answers  


Why Should we prepare traceability matrix?

10 Answers   MBT,


Can you explain v model in manual testing?

0 Answers  


What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........

7 Answers   Symphony,


how can u do regression testing tell me procedure?

17 Answers   TCS,


Categories