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 |
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
write the testcases for migrating data from one database to another database?
what is scenario? how to write scenario?
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
Can test case contains more than 50 steps in single test case?
Give me a sample test case for an online purchasing system?What testings u do for the same ?
8 Answers Flipkart, NIIT, Polaris, SQTL, TCS,
how to execute test cases manually
write a testcase for tea cup?
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
What is test cases for mobile phone ?
What is port testing ?
can someone tell me the test cases for following scenario of password: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consists of 1 uppercase letter. 3. Password should consists of 1 numeric. 4. Password should consists of 1 special character.