Application contains many text fields,buttons etc.Many test
cases can be written for the application.I read that test
cases should not be too many.So text fields can be tested
by entering Blank space,special symbols,Alphanumeric
data,Empty & so on IF I write for all these data for every
text field on each screen then my test cases will be
unnecessarily too long .I m confused here wether I write
Test cases for all or not.Suggest me the proper answer.I
want answer from Experienced person
Answer Posted / purni
Hi Bao,
First thing you have to do is post your
question in the question column not in the answer column.
In the requirements they'll mention what you have to do for
each text box. Your have create your test cases according to
that.
For example.
1. Nickname text box should contain alphanumeric values. In
the requirement they'll mention how many alpha values and
how many numeric values it should accept. For ex. nickname
text box should contain xxxxxx12 mean minimum 6 alpha values
and two numeric values. so according to this you have to
write positive and negative test cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is virtual creation tool?
What is a code walk through?
Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
Can you explain exploratory testing?
Is there any procedure of web-site development in manual testing. If yes what are factors we should test?
How to do the performance testing manually? Does you have a test case for that?
Why is software testing required?
What are the advantages of black box testing?
During alpha testing why customer people are invited?
Did you ever worked with B.A's and when?
1. what is baseline document , can you say any two ?
What is the most important phase in STLC and Why
Explain the strategy for testing a Java application?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
Name three reasons why the tester may choose to record in Context Sensitive mode.