In any application there are so many fields.
So tester have to test each field with Special chars.,
Alphabetic value, Alphanumeric value, Blank Space. etc.
I am testing with all these inputs but should I have to
consider these into test cases.
Because rather than these there many functionalities to
check.Please Guide me properly

Answers were Sorted based on User's Feedback



In any application there are so many fields. So tester have to test each field with Special chars.,..

Answer / renu

Yes,all the above conditions should be written as test
cases.
For this type of applications we need to follow boundary
value analysis and equivalance partitioning techniques.

Is This Answer Correct ?    2 Yes 0 No

In any application there are so many fields. So tester have to test each field with Special chars.,..

Answer / a sameer

The above answer is write but if we do so we have to
generate 1000 of test cases, but is not good practice.

Write one test cases for the above scenario and keep that
name as Field checking( name of the field).

Once written that test case. Now when you are executing the
test case execute that with all the above scenario values.
Means for the same test case give input value as Special
character for first time, give input value as Alphanumerical
for second time and so on depending upon the requirement.

But the input values entered should be noted down in the
excel sheet itself. for this add more column as input
value and enter the value for each column so that for the
same test case u can excute with multiple values.


This would save your time and all the input will be in one
place .

If anyone is having a better idea do share so that it would
be helpful.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is difference between boundary value analysis and Equivalnce partioning?

5 Answers   InterSoft, Sharp, TCS, Wipro,


If the user finds deviation from the requirement is it called Fault, Error, Defect or Failure

5 Answers  


16.Compatibility testing is testing two application?

2 Answers   Hewitt,


Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand

6 Answers   ISTQB,


Can you send me a good site for testing?

0 Answers   Crea,






Difference between Functional and System testing?

2 Answers   EAD, IBM,


wat iz self join write qeriry for table

2 Answers   Hewitt,


what are quality tools and its types?describe each

1 Answers   TCS,


What is the best way to answer, what is test scenario, strategy and test plan

1 Answers   Microsoft,


can any one please tell me about CURD testing. Did the curd testing and sanity testing both are same?

2 Answers  


define defect lifecycle step by step

8 Answers   Cap Gemini,


what are the UAT bugs...why they come ??

2 Answers   Satyam,


Categories