how to write test cases for a text field that should have
maximum 250 characters
Answer Posted / prasanth r
check how many letters that text box can accommodate:
CASE1:enter the capital letters and check how many letters
that text box can accommodate.
CASE2:enter the small letters and check how many letters
that text box can accommodate.
CASE3:enter the combination of letters(small and capital)
and check how many letters that text box can accommodate.
CASE4:enter the different languages(other than english such
as tamil.hind) and check how many letters that text box can
accommodate.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
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?
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?
Write a test case for computer keyboard?
Explain the domain testing?
what is black box system in software development in system analysis and design?
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.
Write a test case of login window?
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
How should I maintain the test cases and Test Log for different versions/builds of the application.
How to write a test cases for the following Please it is urgent Once user clicks that link Invite Friend page opens up thru which user can do 2 functions - first is to search friends detail(name, mail id) from her address book in other sites (india times, yahoo, gmail and rediff) and second to mail the invite to the selected person/s. User can send invite to multiple person at same time. Searching friends detail in other address books will work like this: - User will input name, email id, pwd etc, select from which site she want to get friends list and then click on Import. - Users address book from other sites will be imported in one shot(first time) to iDiva database. - It will be arranged in alphabetical order(complete list) and mail ids which are already used will be in different color. - User will be able to update her address book by clicking on ""Refresh"" button on the page, which will trigger the process again, and fetch new mail ids.