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


Please Help Members By Posting Answers For Below Questions

consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1899


Explain the system testing?

778


150 integration testing scenarios for gmail

12205


Explain the sanity testing?

781


How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..

15839






i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

2013


Do you write test plan and test case?

2026


Explain the glass box testing?

751


Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

1785


Which of the following defines the expected results of a test? Test case specification or test design specification.

1193


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

2555


Test Case for Text Editor!

2864


What is the difference between test scenarios, test cases, and test script?

807


Explain the format of a requirement traceability

749


How to write test cases for lift?

923