write a test case which covers the major functionality of
yahoo login
Answer Posted / 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 |
Post New Answer View All Answers
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
Explain the gray box testing?
"search"test cases on Linkedin website and how will you write test cases on it?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
what is black box system in software development in system analysis and design?
can one defect be mapped to more than one test script in manual testing
Elaborate test plan and content availability in test plan.
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
how to test stand alone programs?
How to generate test cases for 'replace a string' method?
Explain the domain testing?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).