how to write test cases for a text field that should have
maximum 250 characters
Answer Posted / nuthan kumar v
1. Verify Mandatory condition. It should not allow blank.
2. Verify with Min length ie., 1. it shoud allow
3. Verify with Max 250 chars. It should allow.
4. Verify with Max - 1 chars. It should allow.
5. Verify with Max + 1 chars. It should not allow.
these conditions based on ur question only.
Nuthan Kumar V
Testing Engineer.,
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Explain which test cases are written first black boxes or white boxes?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
What is the domain testing?
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
Write a test case of login window?
how to test stand alone programs?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
Test a file replication service that copies files from one net location to another
Can you list down a few characteristics of a test case?
Explain transaction testing?
How to test Webservices and how can we write test cases for that