how to write test cases for a text field that should have
maximum 250 characters

Answer Posted / swathi

1.does accept able to use
2.does text box shouldbealigned
3.Does accept alphabets only
4.Does accept alphanumeric character
5.does accept special character
6.does accept symbols
7.does accept blank field
8.does accept spaces
7.does accept content with spaces
8.does accept upper cases
9.does accept lower cases
10.does accept mix of upper and lower cases
11.does accept characters more than the textbox
12.does accept backspace,delete keys to clear the data
13.does accept decimal character
14.does accept binary ,hexadecimal character
15.does accept morethan max length
16.does accept lessthan max length
17.how much length should be accept
18.does allow copy and paste
17.does allow cut and paste
18.does allow drag and drop
19.does accept the unicode character
20.does cursor appear while typing the content
21.does accept greater than 250 cahracter
22.does accept lessthan 250 character
23.does accept 250 character only for letter?

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to develop a test plan and a test case.

695


write test case for pen cap if it is not present?

2103


How to generate test cases for 'replace a string' method?

911


Why is it that the boundary value analysis provides good test cases?

785


For how many days (or) weeks you will test a product or software?

1570






pls i want test cases for oss? whts the process of oss testing

2008


can one defect be mapped to more than one test script in manual testing

2007


Write test cases for 8+4?

763


Explain the concept of semi-random test cases?

800


Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation

496


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

2708


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

1030


Describe to me what you see as a process. Not a particular process, just the basics of having a process.

6056


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

2498


IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that

1982