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 |
How to write test cases for payment gateway.
when we should start writing test cases?
10 Answers Thatavarti Technologies,
Write all test cases for Bus Pass Renewal
Please Tell me the Real Process of a Company. My company is very small & Developer explains me the feature and I prepare the test cases according to he explained .No one is there to review what I have written in the test cases.Test cases are ok but still I have the knowlege of real testing documents i.e which documents I have to prepare What is the flow starting from requirement gathering.Please tell me ,Thanks in advance .It will really helpful to me
How would you test a cup and or pencil?
Explain the soak testing?
Give examples of boundary value and equivalence partitioning test cases.
What is the role of a tester in the test plan preparation? What elements tester physically develops in the test plan document.& what exactly this document contains?
write test cases for whatsapp messaging..?
1 Answers IBM, Stag Computers,
give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?
Write the 10 test cases for Telephone/Pen.
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax