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
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 |
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 |
What is acceptance testing?
From what phase of project, testing will starts, what tester will do at starting stage?
What are cookies?
What is meant by Test Methodology?
what are the functional test cases for enter user name,enter pass word,click on ok(only functional test cases)
Test approach to windows scheduler?
how u do database testing
What is the Difference Between Manual and Automation Testing.Give Some Example Both of them
what is traceability matrix?
what is test harness?
difference between regression testing and re testing?
If client is not given any requirements then how will you test the application