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

Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2153


what is the technology used in financial applications?

3141


If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?

1947


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

2212


What is the toughest moment you faced in your testing carrier in which everyone praised you?

1985






Why does the boundary value analysis provide good test cases?

895


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

1712


User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox

1387


how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

4814


Explain the format of a requirement traceability

827


write test cases on file open dialog box in notepad

1443


What is the syntax testing?

873


If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

2270


how to make test case for anolog voice logger?

2218


Write a test case for telephone?

869