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 Intersystem testing
what is agile model and spiral maodel?pls explain with an example?
what is accessibility testing ? with one example
Difference between Functional and System testing?
could u please suggest good coaching center in hyderabad to learn testing for a fresher
When priority and Severity is opposite then which one required to solved first? Bug Number 1=(Severity 1 & priority 3), Bug Number 2=(severity 3 & priority 1), (high=1,Medium=2,Low=3)
Hello can any one help we which certification is can be taken is it ISTQB or CSTE ? How to prepare for the exam & where we can find the materials etc for the prepartion? Please Help me. Thanks in advance
if my documaents (SRS &FRS) having earros(does not meets) the requirements in that sitchuvation,which document i should take to write the testcases?(othere wise which steps i should take?(Usha)
what are the contents of FRS?
Can you explain an application boundary?
what is manual testing process
what is increment testing approach?