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

Answers were Sorted based on User's Feedback



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

Answer / naren

1.Whether the entered item code is valid?
2.Whether the user is registered(in some cases)?

For online purchasing sys v must perform load test as well
as stress test.like how many user requests can be processed
at a time...

Is This Answer Correct ?    75 Yes 17 No

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

Answer / vidushee

1)click the URL link for the online purchasing site.
2)Register if not registered before, Enter user name,login
id and password, Click ‘OK’ button to submit.
3)Enter your login id and password,if you are a.
4)Validate the login id and password, if correct menu page
will be opened.
5) If not correct,display the error message "invalid login
id or password".Re-enter your login id and password.
6)Click the item field and select the item.
7)If available, display the cost and brand, else
display " item is unavailable".
8)click 'YES' to do online purcahsing for the item else
click 'NO'.
9)If 'YES' go to the payment type, else display the 'EXIT'
page.
10)click the payment type options and select the mode of
payment.
11)Fill the fields- account holder's name, bank name,
credit/debit card option, card detail, price to be paid,
email id etc.
12) If invalid information is given, show error message "
please re-enter "
13)If black field is present, display message "all the
fields are mandatory".
14)Click "SUBMIT" button.
15)Display the successful submission message "successfully
completed".
16)Press 'EXIT' button.
17)Show the message " successfully logged off".


Hi all this is the first time i am writing a test case.
please do correct me if i am wrong somewhere. And as per
the question put by Vijaybhaskar, i think we do black box
testing where we check all the possible combinations of
requirements from end users prospective. here we don't
really check the internal part of the design.....say
coding.... M i correct????? please do tell me.

Is This Answer Correct ?    74 Yes 20 No

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

Answer / satish

1)click the URL link for the online purchasing site.
2)Register if not registered before, Enter user name,login
id and password, Click ‘OK’ button to submit.
3)Enter your login id and password,if you are a.
4)Validate the login id and password, if correct menu page
will be opened.
5) If not correct,display the error message "invalid login
id or password".Re-enter your login id and password.
6)Click the item field and select the item.
7)If available, display the cost and brand, else
display " item is unavailable".
8)click 'YES' to do online purcahsing for the item else
click 'NO'.
9)If 'YES' go to the payment type, else display the 'EXIT'
page.
9a) Enter shipping address where all the fields are
mandatory
9b)Enter billing address
9c) Enter message to be given to the consignee
9d) update shopping cart and procced to payment

10)click the payment type options and select the mode of
payment.
11)Fill the fields- account holder's name, bank name,
credit/debit card option, card detail, price to be paid,
email id etc.
12) If invalid information is given, show error message "
please re-enter "
13)If black field is present, display message "all the
fields are mandatory".
14)Click "SUBMIT" button.
15)Display the successful submission message "successfully
completed".
16)Press 'EXIT' button.
17)Show the message " successfully logged off".

Is This Answer Correct ?    47 Yes 13 No

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

Answer / ankit khanna

1) Validate the details of the item are displayed as in the
database
2) Validate the availability of the item and number
available through the database
3) Validate that when you select the item in the front end
(like a checkbox) it gets selected
4) Validate you get an error message if you are not a
registered user
5) Validate you are able to click the 'submit' button and
the page is reloaded
6) Validate whether you get a success message with the form
to fill the required info like credit card details and all
7) validate that in the database required updations are done

Is This Answer Correct ?    47 Yes 19 No

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

Answer / testerdheeraj

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

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

Answer / esakkirajan

considering this software security testing is a must to do:
*check the login details wheather it is authnenticated properly
*check the online transaction is done accurately as per the
user requirenent

Is This Answer Correct ?    15 Yes 12 No

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

Answer / smart

Testcase name /Description/Subject/Step name/Step
description/Expected result.

Hi all,
Use the above mentioned format to write effective
testcases.If u want details of above topics..plz let me know

Is This Answer Correct ?    16 Yes 13 No

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

Answer / deepak kumar

1.Give me a sample test case for an online purchasing system?What testings u do for the same ?
Ans:
1.first check URl is proper or not,we can say it's a type of 'Smoke Testing'.
2.To check whether valid user is able to login with valid credentials or not.
3.To check whether new user is able to register or not.
4.After successfully login to application, he or she is able to select a product and sort according to range of price,size,High Quality brand to low quality brand or not
5.After Selecting the product, 'Add to cart' and 'Buy now' option is available or not.
6.After selecting the 'Add to cart' button,validate whether the product is added to the cart or not.
7.After clicking to 'Buy now' button , whether 2 option is coming or not,i.e,COD or Payment by card.
8.After clicking on 'Payment by card' option,whether all bank option, whatever mentioned in the requirement is coming or not.
9.After the 'confirmation message of order,To check the order id is mailed and message to respective email and mob._no.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Test Cases Interview Questions

What are test cases for Car Locking System?

7 Answers   GrapeCity, HCL,


If there are two document files, from one doc. file we want some text copy & peste into next doc. file. So which are the negative test cases for such scinario.

1 Answers   ABC,


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

0 Answers  


In general, how do you see automation fitting into the overall process of testing?

1 Answers   ABC,


Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad

2 Answers  






Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.

0 Answers  


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

0 Answers   Microsoft,


What is usability testing? What are the usability test cases for 'Save As' option in Notepad?

4 Answers   Infosys,


Write test cases on for windows media player?

1 Answers   CGI, COG, QMCPL,


how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com

0 Answers   IBM,


can one defect be mapped to more than one test script in manual testing

0 Answers  


"search"test cases on Linkedin website and how will you write test cases on it?

0 Answers  


Categories