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?
Answers were Sorted based on User's Feedback
Answer / chitra
Positive test cases:
1.Open Internet Explorer.
2.About-blank page should be opened.
3.Enter valid Yahoo URL in the address bar.
4.yahoo home page should be opened.
5.Cursor should point to the Userid text box.
6.After entering Id in User text box,cursor should point in
Password text box.
7.After entering correct password and Id,the sign-up button
should be highlighted.
8.After clicking sign-up button it should navigate to
corresponding page.
Negative test cases:
1.Open Internet explorer and it shouldn't open due to
improper connections of network.
2.Blank page is not opened by default due to some system
settings.
3.Yahoo home page is not opened due to wrong URL link.
4.Cursor is not pointed in Userid textbox due to some
misconnections in the network.
5.corresponding page is not opened due to wrong Userid
6.Corresponding page is not opened due to wrong password.
7.corresponding page is not opened due to wrong userid and
password.
| Is This Answer Correct ? | 35 Yes | 9 No |
Answer / pavan
The idea is to test a wrong username and check if shows an
error message when you try to do the login.
Then you should try to use a wrong password and it should
show you an error message as well
When putting the correct username and password it should
make the login without any problem.
| Is This Answer Correct ? | 14 Yes | 4 No |
Answer / neha
Positive teat cases
1.in password field, enter string,password should be
displayed in encrypted form
2.in user name field,should accept minimum 6 character for
security purpose.
3.enter correct user name and password then click on login
button page should be redirected on home page.
4.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
Q.1)how write negative & positive test cases Q.2 )write negative & positive test cases for i-pod
write testcase for sql table? this is the question asked by interviewer?
What is a test case?
write a test case for yahoo compose page?
how to write a test cases for courier offices?
could somebody plz tell me the test cases on online credit card payment?
Write all test cases for any credit card.
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.
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
who will prepare enhacement report?mail me at gavaskarreddy149@gmail.com
1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).
Why is it that the boundary value analysis provides good test cases?