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 |
need for documenting test cases??? advantages and disadvantages of documenting test cases???
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
What is the role of a tester in the test plan preparation? What elements tester physically develops in the test plan document.& what exactly this document contains?
Pls can any 1 temme the test cases for an online banking proj. like account transaction summary, deposit module, savings module
Write test cases for orkut?
to write test cases for fuel guage?
wht are the test cases, we have to write for check box, Anybody can help me. Thanks in advance.
Can anybody post the format of a Requirement Traceability Matrix. And how to include this RTM in the reqirement document.?
Can anyone tell me the test cases for Operating System.
This question is regarding MC/DC coverage (A and B) or (B and C) or (A and C) ? how many conditions are there in above expression? what are the test cases for statement, decision, condition, MC/DC and multiple condition overage explain in deatil why ?
Write the functional,system test case for a electric bulb which have two electric switches.
In general, how do you see automation fitting into the overall process of testing?