write a test case which covers the major functionality of
yahoo login
Answers were Sorted based on User's Feedback
Answer / art
i think u have to write pre-requisite such as yahoo
homepage is open or cursor is in login window.
1. then type yahoo id
after it cursor will set on password window
2. type ur password
3. click on "sign in"
if both r right ur login page should b open
else it gives msg"verify ur id or password"
if u have choose sign up option
it should open the sign up form and till u not fillup all
mandotary fields as per rule it should not submit ur form.
and after creating ur account login process is same.
but i am quitely doubted about sign up option guys give ur
opinion
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / ganesh
I think as per the question to check for the major login
functionality, following scenarios are to be tested:
1) Enter UID & PWD and click on Login/Sign using mouse.
2) Enter UID & PWD and hit enter button on keyboard.
3) Enter only UID or PWD and login.
4) Do not enter any field and hit login.
5) Enter one field with wrong information and try to login.
Correct me for any modifications.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / neha
According to me it should be :-
Major functionality of yahoo login page is
1. Enter user ID and password if exists in database, login
successful.
2. Enter wrong user ID and correct password hit login, login
unsuccessful.
3. Enter correct user ID and Wrong password hit login, login
unsuccessful.
4. Enter both wrong feild hit login,login unsuccessful.
5. Enter nothing in both feild hit login, login unsuccessful.
6. Enter correct ID and other leave other field blank hit
enter, login unsuccessful.
7. Enter correct password and leave ID field blank press
enter, login unsuccessful.
also check the page to which it is redirecting when login
successful or unsuccessful.
**please correct this if something is wrong thnx :)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sw
the major feature of yahoo login page is to enter ur uid n
psswd and enter in to the website...
1.explore the yahoo page..
2.when the page is opened,place the cursor on the user id
textbox,and input the id.
3.now place the cursor in the password txtbox.
4.give the input or type the password.
5.press sign in
6.u'll be taken to the corresponding page.
7.if u don't have a uid,psswd already created,then
8.press the sign up button and fill all the details in it.
9.now login and try for your own mail page.
| Is This Answer Correct ? | 4 Yes | 7 No |
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Create Test Cases based on Software Testing Principles Write the Test Cases to validate Command Line utility - ‘MAX’. The utility displays the maximum of the 2 specified Integers. Please note down any assumptions that you make. e.g. MAX 2 3
what are the inputs required for writing test cases
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
how to test an imaging application that removes the red eye affect from an image?
what is black box system in software development in system analysis and design?
I have s/m which gives me square of numbers from 1 – 10000. How do u test it.
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
write test cases for flipkart.
Write a test case for yahoo
Anyone can please inform me about how to write test cases for any mathematical calculations. Say for example, we have a formula in a given scenario for calculating the interest. The given formula for interest is: (principle * 5)/(12 * 100) In this case, the principle amount may vary. Would like to know how many test cases can be written for this scenario and how can we decide over this. I will be very thankful for the answer....