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
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.
Explain the system testing?
150 integration testing scenarios for gmail
Explain the sanity testing?
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..
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Do you write test plan and test case?
Explain the glass box testing?
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.
Which of the following defines the expected results of a test? Test case specification or test design specification.
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.
Test Case for Text Editor!
What is the difference between test scenarios, test cases, and test script?
Explain the format of a requirement traceability
How to write test cases for lift?