write a buisness scenerio on yahoo login page.
Answers were Sorted based on User's Feedback
Answer / psrisusee
Scenario for Login Page,
If User Name or Password is invalid
then DENY
Else If user name and password matches
then ALLOW
ELSE
DENY.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / shifali
email id,password,ok button,cancel button,password in
encrypted form,forget the password,new user
register,company logo,try to copy paste encrypted password
in textbox,empty email id and pass word,gui testing
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / rajnish jha
1) Verify the yahoo url on any browser.
2) the login page should be appears.
3) On login page,there should be contains two field one for
userid and second for password.
4) For user id- there should be one text field .
5) For password- there should be password field.
6) verify both txt and password field should be editable.
7) On this page one submit/login button should be appears.
8) both the field should be filled by the user otherwise deny.
9) user id and password should be correct otherwise deny.
10) both field are filled with correct userid and password
then it should be redirect to next page.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ashish
Buisness scenerio :
1)verify the yahoo url on various browser
(chrome,safari,ie,firebox etc)
2)verify the home page it should contains uid,pwd text
boxes and login button.
3)verify both text boxes editable
4)verify login button enabled/active
5)verify forgott pwd link
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the state testing?
hi, please anyone write test case for "Print" screen
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
Explain the acceptance testing?
What are the test cases for mouse?
Generate functional and negative testcases for MS Paint brush
1 Answers Accenture, GE, Netian, Tangent Software,
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
Can anybody help me out to write test cases for booking train ticket online???
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
Need help to write test case for "Check Availability" field. Any help would be highly appreciated!
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually