dheeraj kamble


{ City } pune
< Country > india
* Profession * tester
User No # 116907
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 17
Users Marked my Answers as Wrong # 2
Questions / { dheeraj kamble }
Questions Answers Category Views Company eMail




Answers / { dheeraj kamble }

Question { NIIT, 83913 }

Give me a sample test case for an online purchasing
system?What testings u do for the same ?


Answer

1. Check whether the link (URL) of online purchasing system opens ie. Smoke testing
2. Check if Admin is able to add product/s in proper category which are in stock
3. check if registered user is able to login successfully
4. Check if after clicking on buy a product it gets added to cart.
5. Check if added product can be deleted from the cart
6. Check if added product can be viewed and/or modified ie. Change the quantity
7. Check if after clicking on checkout user is directed to the payment gateway.
8. Check if user is able to cancel the order.
9. Check if after successfully buying the product user gets notified by sms & email.
10. Check if after buying a product, the quantity of stock gets reduced by the number of quantities purchased

Is This Answer Correct ?    12 Yes 1 No

Question { 13589 }

Imagine that hotmail is the application taht ur going 2
test write 10 critical test case to test it ?


Answer

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