Imagine that hotmail is the application taht ur going 2
test write 10 critical test case to test it ?
Answers were Sorted based on User's Feedback
Answer / alok
1. Check if login procedure is working correctly. Also
check if you can retrieve/reset your password using forgot
password link (the whole procedure)
2. Check if there is a proble in the procedure that takes
the user to inbox (after login).
3. Check whether you can delete/flag particular messages.
4. Check if message search is working.
5. check if a message (source)can be added the spam list
and then try to send a mail from the same ID.
6. Test the usability options like font / background /
bold/italics/alignment
7. Reply/reply all to a particular message and check if the
reply includes the original mail or not
8. Add an attachment higher/lower than the allowed capacity
9. Forward a message with attachment to ensure that whether
or not the attachment is included with the message
10. Access other msn network links and then try to come
back to your inbox
11. Select particular messages and press delete
12. Select save a copy in sent folder and see if the sent
messages are being saved there
13. Check the appearence on different browsers
14. specify wrong password three times and the account
shall be locked out/word verification screen shall appear
| Is This Answer Correct ? | 16 Yes | 3 No |
1. Check if user is able to register succesfully with valid details with mobile verification.
2. Check if user is able to login successfully with valid details.
3. Check if after logout by clicking back button user is not able to logged in again.
4. Check if after login - inbox, outbox, sent mail, drafts, trash are able to access.
5. Check if compose mail function is working and mail can be sent with or without attachement successfully with valid details.
6. Check if composed but not sent mail go into drafts.
7. Check if forget password function does necessary checks to validate the registered user to recover his/her account
8. Check if more than one user is not able to register with the same mail id /details.
9. Check if more than one instances(sessions) of login with same userid does not opens.
10. Check if after 3 invalid attempts to recover account the account is blocked.
11. Check if registered user is able to receive emails to his registered mail id from other mail services with/ without attachements.
12. Check if mail/s can be deleted from inbox, drafts, sent mail, and that mail/s gets stored in trash.
13. Check if user is able to logout successfully.
| Is This Answer Correct ? | 5 Yes | 1 No |
150 integration testing scenarios for gmail
can someone tell me the test cases for following scenario of password: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consists of 1 uppercase letter. 3. Password should consists of 1 numeric. 4. Password should consists of 1 special character.
Any body need Realtime project with full material and explaination? I am working in a MNC and i want to start the classes for manualtesting along with QC9.0 with fully realtime scenarios and i will give assistanc about how to attend the interviews and how to get a job with experienced resume make a call to 9884521049 8939010639
WHAT IS THE MEANING OF RISK BASED TESTING WITH EXAMPLE pls this is urgent Thanks in advance
What is the Difference between Testing Types and Testing Techniques
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
How to write a test cases for the following Please it is urgent Once user clicks that link Invite Friend page opens up thru which user can do 2 functions - first is to search friends detail(name, mail id) from her address book in other sites (india times, yahoo, gmail and rediff) and second to mail the invite to the selected person/s. User can send invite to multiple person at same time. Searching friends detail in other address books will work like this: - User will input name, email id, pwd etc, select from which site she want to get friends list and then click on Import. - Users address book from other sites will be imported in one shot(first time) to iDiva database. - It will be arranged in alphabetical order(complete list) and mail ids which are already used will be in different color. - User will be able to update her address book by clicking on ""Refresh"" button on the page, which will trigger the process again, and fetch new mail ids.
What is quick test professional and what test environment it supports?
i need Usability test case for home page?
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
write a test case flipkart login page
Why is it that the boundary value analysis provides good test cases?