Write the functional test case for opening a user email
account on any website(like yahoo rediff,gmail)
Answer Posted / deepthi karnati
Flow1:
-Verify the UID: Enter the Valid UID
-Verify the PWD:Enter the Valid PWD
-Click on Login:It should take the user into his account by
showing the no of unread mails in his account
Flow2:
-Verify the UID: Enter the In Valid UID
-Verify the PWD:Enter the Valid PWD
Click on Login:It should display an error message that
Invalid User Name or Pwd
Flow2:
-Verify the UID: Enter the Valid UID
-Verify the PWD:Enter the In Valid PWD
Click on Login:It should display an error message that
Invalid User Name or Pwd
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
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.
Explain which test cases are written first black boxes or white boxes?
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
how many test cases do u need to ship a product?
Explain the monkey testing?
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
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?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Write test cases to test a browser app
Can some body help to write possible test cases for a credit card at POS (point of sale)
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.
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
Explain the ramp testing?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!