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 |
HI GUYS,, I HAVE 3 YEARS OF EXP IN MANUAL TESTING...NEXT MONTH ONWARDS I WORK FOR MOBILE TESTING....PLS SUGGEST ME WHAT I LEARN FOR TRAING,, MOBILE TESTING OR ANDROID....FOR MOBILE TESTERS NEED ANDROID(IFONE) DEVOLOPMENT KNOWLEDGE OR NOT? EXPLAIN CLEARLY
2. The prime benefit of testing is that it results in improved defects a. True b. False
What will be your approach if a particular script in Load Test fails?
What mean by STLC (S/W testing life cycile)?
what is SIT? Explain with Example?
What are the steps, procedures, objectives to write test cases.
If there are so many settings/options to choose, how to write test cases?
Hi all, Am a new comer of this site, and into testing. Basically a BBA graduate, a fresher in IT industry..well am doing my testing course in STC.., chennai. Cld anyone send me across few testcases.. Thankyou
what is testing policy and testing methodology? and what is the difference?
if the object is identified by QTP & also virtual object wizard then which object will added to object repository
What is the testing process and what testing process followed by software company?
plz dont give any def. wat actions do u perform on website while doing monkey testing? or how can u do monkey testing?