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

please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )

0 Answers   IBM,


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  


how to write test cases for sort drop down box containning 6 options in the drop down list.

3 Answers  


Can anyone tell me the test cases for Operating System.

1 Answers  


What is component testing?

0 Answers  






how to write test cases for a text field that should have maximum 250 characters

9 Answers  


Can you please tell me test scenarios for online shopping Paypal ??

2 Answers  


Suppose a job should be executed for every two hours? Write test case for this?

0 Answers  


Explain the load testing?

0 Answers  


Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.

0 Answers  


testcases for biggest of three numbers?plz give the answer

5 Answers   IBM,


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Create (Local Only),

1 Answers  


Categories