how to write test cases for a text field that should have
maximum 250 characters
Answer Posted / ajith
For one text field we can write number of test cases if the text field is mandatory to at least one value we can write like..
min = pass = 1
max = pass = 250
min-1 = fail = 0
min+1 = pass = 2
max-1 = pass = 254
max+1 = fail = 256
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Scenarios to test wireless Speaker via bluetooth
Write the test case for a login page?
test cases for friend finder system using gps?
In a log in page what will be test procedure, test scenario, test description & test steps?
write test cases for flipkart.
Explain the load testing?
Explain the sanity testing?
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
how to test stand alone programs?
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
what is black box system in software development in system analysis and design?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
Explain the smoke testing?