Project

General

Profile

Test cases » History » Version 10

Max Milbers, 04/23/2011 12:24 PM

1 10 Max Milbers
h1. Some words about testing
2
3
It happens quite often that people say there is a bug, but they just misconfigured vm.
4
When you test the template system, please read [[Hints for the use of the template system]]
5
When you want to test the checkout, be sure that you configured a paymentmethod, a shipper and a shippingrate.
6
Often people think that VM calculates wrong prices, but forget to consider that the product costprice, the calculation rules and displayed prices can have different currencies.
7
8 8 Max Milbers
h1. System Requirements:
9 1 Max Milbers
10
It is useful to test virtuemart installed in a subdirectory of your http directory. For exampel localhost/vm2. This is for testing if the pathing is working correct.
11
12
Use joomla 1.5 or 1.6 (latest)
13
14
As tester you should have installed your joomla with a custom prefix (not jos_) this quite important to find tables with hardcoded prefix.
15
16
Use different browsers. Virtuemart should work without glitches at least on IE8, FF, chrome, safari and opera.
17
18 8 Max Milbers
h1. Installer
19 1 Max Milbers
20
Test installer with and without sampel data.
21
Test the All-in-one Modules and Plugin installer.
22
23 8 Max Milbers
h1. Views
24 1 Max Milbers
25
Test the frontend with java script enabled and disabled. 
26
Test what happens, when you change the post data. For exampel when you remove it, or enter a product which is not published.
27 6 Max Milbers
Test the frontend as anonymous and registered shopper.
28 1 Max Milbers
29
30 8 Max Milbers
h1. Backend Testing
31 1 Max Milbers
32 4 Max Milbers
The relative url /administrator/index.php?option=com_virtuemart&view=config means that it points to the Backend (/administrator) and that it points on the view named config.
33
34
Most backend views have a "list view" and an "edit view"
35
36
list views have always the buttons: New, Edit, Publish, Unpublish, Delete 
37
New => create new item
38
publish/unpublish => make selected items accessible (or not) from frontend
39
delete => delete selected items
40
41 1 Max Milbers
Every edit view in the backend has the buttons apply, save and close. 
42
Apply => store the data and show the same view and same item
43
Save => store the data and show the reagarding listing view
44
Cancel => just show the regarding listing view
45
46
47 8 Max Milbers
h2. Configuration
48 1 Max Milbers
49 8 Max Milbers
* Test [[shop configuration]] (view=config)
50
* Test [[currencies]] (view=currency)
51
* Test [[Credit Card List]] (view=creditcard)
52
* Test [[Countries]] (view=country)
53
* Test [[userfields]] (view=userfields)
54
* Test [[order status]] (view=orderstatus)
55 1 Max Milbers
56
57 8 Max Milbers
h2. Store configuration
58 1 Max Milbers
59 8 Max Milbers
* Test [[Store Information]] (view=user&task=editshop)
60
* Test [[Payment Methods]] (view=paymentmethod)
61
* Test [[Shipper]] (view=shippingcarrier)
62
* Test [[Shipping Rates]] (view=shippingrate)
63 1 Max Milbers
64
65 8 Max Milbers
h2. Manufacturer
66 1 Max Milbers
67 8 Max Milbers
* Test [[Manufacturer]] (view=manufacturer)
68
* Test [[Manufacturer Categories]] (view=manufacturercategory)
69 1 Max Milbers
70
71 8 Max Milbers
h2. Orders & Shopper 
72 1 Max Milbers
73 8 Max Milbers
* Test [[Orders]] (view=orders)
74
* Test [[Coupons]] (view=coupon)
75
* Test [[Revenue Report]] (view=report)
76
* Test [[Shopper]] (view=user)
77
* Test [[Shopper Groups]] (view=shoppergroup) 
78 1 Max Milbers
79
80 8 Max Milbers
h2. Products
81 1 Max Milbers
82 8 Max Milbers
* Test [[Categories]] (view=category)
83
* Test [[Products]] (view=product)
84
* Test [[Attributes]] (view=attributes)
85
* Test [[Product Types]] (view=producttypes)
86
* Test [[Product Files]] (view=media)
87
* Test [[Inventory]] (view=inventory)
88
* Test [[Calculation Rules]] (view=calc)
89 6 Max Milbers
* Test [[Customer Reviews]] (view=ratings)
90
91 8 Max Milbers
92 6 Max Milbers
h1. Frontend Testing
93 1 Max Milbers
94 10 Max Milbers
Pay attention to the title of page and the meta data. 
95
Try to make crosssite scripting and simular.
96 1 Max Milbers
97 10 Max Milbers
h2. Virtuemart (view=virtuemart)
98
99 9 Max Milbers
Function: 
100
Show the store description (Store description of the main vendor)
101
Show categories and products as thumbnail, accessible with links. 
102
Show offline shop function
103
Displays
104
* featuredproducts option
105 1 Max Milbers
* recentproducts option
106
* toptenproducts option
107 10 Max Milbers
* latestproducts option
108 1 Max Milbers
109 10 Max Milbers
Test if the backend configuration options have the desired effect. 
110
Test links, pictures, speed. Test product/categories per row. 
111
Test a different template. 
112
Dont wonder when there are no featured, recent, topten or latest products. 
113
- Featured are the products which are flagged as featured. 
114
- Recent products are the last products watched by the shopper.
115
- Topten products are the most sold products.
116
- Latest products are the last added products.
117 1 Max Milbers
118 10 Max Milbers
h2. Category (view=category)
119 9 Max Milbers
120
Function: 
121 1 Max Milbers
Displays the subcategories of the choosen category (choosed with category_id= in the url)
122 9 Max Milbers
Displays the products of the category
123 1 Max Milbers
124
Can you see categories/products, which are not published? test category_id's which does not exist. Check categories/products per row option
125 9 Max Milbers
126 10 Max Milbers
h2. Categories (view=categories)
127 1 Max Milbers
128
Function:
129
Shows only the subcategories of a choosen category, category_id=0 should show all categories.
130
Do you see unpublished categories?
131 9 Max Milbers
Test categories per row option
132
133 10 Max Milbers
h2. Productdetails (view=productdetails)
134 9 Max Milbers
135
Function:
136
Shows complete description of the product and assigned pictures/media. Should recalculate prices, when variant is selected. 
137 1 Max Milbers
Displays add to cart button.
138
Shows related products
139
Votes (vote, display)
140
Reviews (add, see latest/selected)
141
ask a question
142
143
Test add to cart without ajax. Test add to cart with ajax. Should show a js box displaying the productname and a Continue Button (points to the view category of the product) and checkout a link to the cart view.
144 10 Max Milbers
Test the votes and reviews. 
145
Check if the right related products are shown.
146
Check if you can access with product_id unpublished products or non existing products (do you get an error, a message product not found?)
147 1 Max Milbers
148 10 Max Milbers
h2. Cart (view=cart)
149
Function:
150
Displays products, selected paymentmethod and shippingrate.
151
Leads the checkout process.
152
Provides links to the single stages of the checkout steps.
153
Sends emails after confirmation to the shopper and vendor.
154 1 Max Milbers
155
Test checkout process as anonymous. Test checkout as registered. Try mixes of it. For exampel, register, dont login and checkout. Or do a checkout and try to register then (data should be prefilled). 
156 9 Max Milbers
157 10 Max Milbers
h2. User/Shopper maintance/profile (view=user)
158
Function:
159
User maintance view. Provides a possibility to enter the shopperdata.
160 6 Max Milbers
161 8 Max Milbers
Test if storing works without entering password again. Test if a user can get administrator rights. Can anonymous or normal registered users see profiles of other users? Can a administrator edit a user  from the frontend?
162 6 Max Milbers
163 10 Max Milbers
h2. orders (view=orders)
164
Function:
165
Shows orders done by the logged in user, provides also a possibility for guests so check their order.
166 6 Max Milbers
167 8 Max Milbers
h2. Manufacturer
168
169
h2. Askquestion