write a test case for yahoo login page ? input data user:6
alpha numeric;password:10 letters....10 pstive test cases
and 10 negative test cases?

Answer Posted / manasa

Apart from testing whether page is opened or not and cursor
is in UN text field. we can test for range.

these are for negative TC-

TC 1:UN-abcdefghijk
pwd:abcdef

TC 2: UN-abcdef
Pwd:abcdef

TC 3:UN-abcd23
Pwd:abcdef

TC 4:Un-abcd@#
pwd-djf

Tc 5;Un-abcd23
pwd-123

TC 6:Un-abcd12
pwd-abcf45

Tc 7:Un-abcd12
pwd-abc$%

Tc 8: Un-abcd12
pwd-#$%

Tc 9: Un-abcd12
pwd-abcdjhurfksr
Tc 10:Un- blank
pwd-abcdef
Tc 11:Un-abcd12
pwd-blank

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Positive and Negative test cases for the speedometer?(minimum 5 each)

2375


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1094


Explain the static testing?

700


How many test cases u will write for Acceptance testing?

1794


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.

3475






Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

1674


What is the syntax testing?

690


How to test a stored procedure?

650


Explain the state testing?

637


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

3570


Explain the ramp testing?

697


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

904


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

2101


There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.

3088


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.

3080