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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

1443


What is quick test professional and what test environment it supports?

697


I want 100 test scenario for gmail

3926


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2089


How to generate test cases for 'replace a string' method?

909






i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1898


Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?

719


Write a test case of login window?

713


How to test Webservices and how can we write test cases for that

2894


Explain which test cases are written first black boxes or white boxes?

668


How to write test cases or test scripts for UAT testing which is done manually

4942


Do you know mutation testing?

698


1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).

2237


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

1996


Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.

2048