if u are asked to test yahoo login page what will be thw ur
test cases ?
Answers were Sorted based on User's Feedback
Answer / mrs phogat
Steps to follow:
1) Check the visibility of fields, text boxes, button on
page.
2) Click on Log in button without entering any value to
fields.
3) enter Valid User name and Password.
4) Enter valid User name and Invalid pwd.
5) Enter invalid user name and valid pwd.
6) enter invalid user name and invalid pwd.
7) check log in button is working properly or not.
8) And also check the functionality of forgot User
name and Password and Sign up.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / sriharsha
check for valid username and password
check for invalid username and password
type username and signin
type password and signin
leave everything blank and sign in
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / swati viveka
1.Check if the login page enters correctly on giving the
correct URL.
2.Check for the login page on giving the wrong URL.
3.Check that all the mentioned fields(i.e labels,text boxes
and buttons) are present.
4.Check for login using the following details:
a)Blank username and password
b)Valid username and invalid password
c)Invalid username and valid password
d)Valid username and valid password
e)Invalid Username and password
5.Check that the Login Button is functioning correctly.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / krish
Also we have to use Black box testing techniques like BVA
and Equivalance Partitioning which are very important during
hese kind of situations.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijay
check for entering spaces, daa with leading and trailing
spaces
copy paste the password
check wheter password is encrypted
check for alert messages for invalid operations.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / saurava singh
Login Component: Username textbox: →Enter any
string into the username textbox. The user should be able
to enter any string into the username textbox.
Password password field: → Enter any string
into the password field. The user should be able to enter
any string into the password field and the entered string
should be displayed in asterix or star symbol to the user
in the front end. Copy the contents of the password
field and paste it in notepad and other types of text
editor and check the contents are displayed in which
manner. → The contents should be displayed in star or
asterix symbol and the user should not be able to see any
human readable characters.
Sign In button: Leave the username and password
field blank and click on the 'Sign In' button. → The user
should be displayed with an error message and the user
should not be able to log into the site.
Leave the username blank and enter the
password field with some string and click on the 'Sign In'
button. → The user should be displayed with an error
message and the user should not be able to log into the
site.
Leave the password blank and enter the
username field with some string and click on the 'Sign In'
button. → The user should be displayed with an error
message and the user should not be able to log into the
site.
Enter any valid username and leave the
password field blank and click on the 'Sign In' button. →
The user should be displayed with an error message and the
user should not be able to log into the site.
Enter any valid password and leave the
username field blank and click on the 'Sign In' button. →
The user should be displayed with an error message and the
user should not be able to log into the site.
Enter any valid username and password and
click on the 'Sign In' button. → The user should be able to
login to the application successfully and the user should
be navigated to the home page.
Enter any string into the username and
password field within the script tag and click on the 'Sign
In' button. → The user should not be able to login to the
site and the script tag should be handled properly and the
user should be displayed with the proper the error message
for the script tag injection.
Enter any sql injection special characters
into the username or password field and click on the 'Sign
In' button. → The user should not be able to login to the
site and the sql injection should be handled properly and
the user should be displayed with the proper the error
message for the sql injection characters entered to the
fields. Try for the basic sql injection queries: admin' --
admin' # admin'/* ' or 1=1-- ' or 1=1# ' or 1=1/* ')
or '1'='1-- ') or ('1'='1--
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / murthy
We can split the scenarios for yahoo login as follows:
UserName Pwd Actual
Sc1 I I Fail
Sc2 I V Fail
Sc3 V I Fail
Sc4 V V Pass
V-Valid I-Invalid
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / avinash kumar
all the above answers r wrong , u all r testing the login buttons but not the page.same question was asked frm me in bally technology company interview and i replied to this questions as u all did, i got disqualified.so plz concern some good knowledgable person and ask about this question.plz do not repeat d same mistake as i did ?
Is This Answer Correct ? | 0 Yes | 1 No |
PLEASE PLEASE READ FULLY & HELP ME... IT IS VERY VERY URGENT.....
what can't be automated on the projects?
how to access a build & wat is its configuration
I have a work experience of 1.5 years of manual testing now im looking for job with the same profile, if u know the vacancy kindly let me...
If tester had written test cases for application, then in next build if same features are modified with some changes. Then Should I have to write test cases for the same features to verify new expected results.OR What should I do?
what is the format of test report?
performance testing is functional or nonfuctional
where do we use checkpoints in real time?where they actually come into picture?
There is a window with 6 to 7 fields like First Name, Last Name,Address,Contact Number, ..........etc My Question is ---> What are the -ve test cases for such a fields.There are no validations for any field.
What is meant by Decision Table Testing Technique?
change control
What is the Batch file?