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 |
What is port testing ?
In an online shopping application there are 3 text boxes.One of Login,Add to the shopping cart and Purchase goods.Which & How many test cases can be written for these 3 text boxes?
What is the toughest moment you faced in your testing carrier in which everyone praised you?
how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com
How to write test case for this scenario. The system shall allow the user to request a search for a case using the following mandatory parameters: Last Name First Name Case creation date range
what do you mean by test case specification
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Create (Local Only),
how to write test cases for "Browse" button.
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com
How to test Webservices and how can we write test cases for that
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
is test cases are necessary for testing non functional testing