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
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
Explain the static testing?
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
write test case for pen cap if it is not present?
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
What is business validation test case?
Write test cases to test a browser app
How to write test cases for lift?
Explain how to develop a test plan and a test case.
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
What is the state testing?
pls i want test cases for oss? whts the process of oss testing
Write all test cases for Bus Pass Renewal
Write a test case of login window?