how to write test cases for a text field that should have
maximum 250 characters
Answer Posted / jay
Other than all the above scenarios, need to check with all the special char values.
Most of the special chars will not allow to enter and the proper warnining messages should be given.
Most of the crashes occurring while using the special char only.
Based on the requirement from customer, special chars should be handled in coding.
If it is mandatory field, It should not allow a single space or multiple spaces to save the form. Trim option to be used to avoid blank spaces.
Copy and pasting should be validated based on the customer requirement.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
What are the Test Cases Comes under Regression Suite?
Positive and Negative test cases for the speedometer?(minimum 5 each)
what is the test plan for ms-word
What is ramp testing?
Why does the boundary value analysis provide good test cases?
how to make test case for anolog voice logger?
What is gray box testing?
What is the logic testing?
How to write test cases for lift?
I need GUI test case for home page?
Explain the state testing?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.