Test cases » History » Version 18
Valérie Isaksen, 04/29/2011 09:15 AM
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 | 14 | Max Milbers | |
8 | 16 | Jörg Kiekebusch | _When you tested a feature or view completly without finding a bug, please note the used revision behind the headline. For example [[Manufacturer]] (view=manufacturer) last tested rev. 3068_ |
9 | 10 | Max Milbers | |
10 | 8 | Max Milbers | h1. System Requirements: |
11 | 1 | Max Milbers | |
12 | 16 | Jörg Kiekebusch | It is useful to test virtuemart installed in a subdirectory of your http directory. For example localhost/vm2. This is for testing if the pathing is working correct. |
13 | 1 | Max Milbers | |
14 | 15 | Max Milbers | Use joomla 1.5 (latest) |
15 | 1 | Max Milbers | |
16 | As tester you should have installed your joomla with a custom prefix (not jos_) this quite important to find tables with hardcoded prefix. |
||
17 | |||
18 | Use different browsers. Virtuemart should work without glitches at least on IE8, FF, chrome, safari and opera. |
||
19 | 15 | Max Milbers | |
20 | Remember that testers and developers must install jdump* |
||
21 | 1 | Max Milbers | |
22 | 8 | Max Milbers | h1. Installer |
23 | 1 | Max Milbers | |
24 | 16 | Jörg Kiekebusch | Test installer with and without sample data. |
25 | 1 | Max Milbers | Test the All-in-one Modules and Plugin installer. |
26 | |||
27 | 8 | Max Milbers | h1. Views |
28 | 1 | Max Milbers | |
29 | Test the frontend with java script enabled and disabled. |
||
30 | 16 | Jörg Kiekebusch | Test what happens, when you change the post data. For example when you remove it, or enter a product which is not published. |
31 | 6 | Max Milbers | Test the frontend as anonymous and registered shopper. |
32 | 12 | Max Milbers | Consider testing with SEO enabled, that the bug maybe in the SEO feature. So when you find a bug with SEO enabled, test it also without SEO enabled. Consider that, |
33 | * SEO is a cosmetical feature and can be broken and fixed again easily |
||
34 | * It can easily happen that a feature is working, but just not with SEO |
||
35 | 1 | Max Milbers | |
36 | |||
37 | 8 | Max Milbers | h1. Backend Testing |
38 | 1 | Max Milbers | |
39 | 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. |
40 | |||
41 | Most backend views have a "list view" and an "edit view" |
||
42 | |||
43 | list views have always the buttons: New, Edit, Publish, Unpublish, Delete |
||
44 | New => create new item |
||
45 | publish/unpublish => make selected items accessible (or not) from frontend |
||
46 | delete => delete selected items |
||
47 | |||
48 | 1 | Max Milbers | Every edit view in the backend has the buttons apply, save and close. |
49 | Apply => store the data and show the same view and same item |
||
50 | Save => store the data and show the reagarding listing view |
||
51 | Cancel => just show the regarding listing view |
||
52 | |||
53 | |||
54 | 8 | Max Milbers | h2. Configuration |
55 | 1 | Max Milbers | |
56 | 18 | Valérie Isaksen | * [[Shop configuration]] (view=config) |
57 | * [[Currencies]] (view=currency) |
||
58 | 13 | Max Milbers | * [[Credit Card List]] (view=creditcard) |
59 | * [[Countries]] (view=country) |
||
60 | 18 | Valérie Isaksen | * [[Userfields]] (view=userfields) |
61 | * [[Order status]] (view=orderstatus) |
||
62 | 1 | Max Milbers | |
63 | |||
64 | 8 | Max Milbers | h2. Store configuration |
65 | 1 | Max Milbers | |
66 | 13 | Max Milbers | * [[Store Information]] (view=user&task=editshop) |
67 | * [[Payment Methods]] (view=paymentmethod) |
||
68 | * [[Shipper]] (view=shippingcarrier) |
||
69 | * [[Shipping Rates]] (view=shippingrate) |
||
70 | 1 | Max Milbers | |
71 | |||
72 | 8 | Max Milbers | h2. Manufacturer |
73 | 1 | Max Milbers | |
74 | 13 | Max Milbers | * [[Manufacturer]] (view=manufacturer) |
75 | * [[Manufacturer Categories]] (view=manufacturercategory) |
||
76 | 1 | Max Milbers | |
77 | |||
78 | 17 | Valérie Isaksen | h2. Orders & Customers |
79 | 1 | Max Milbers | |
80 | 13 | Max Milbers | * [[Orders]] (view=orders) |
81 | * [[Coupons]] (view=coupon) |
||
82 | * [[Revenue Report]] (view=report) |
||
83 | 17 | Valérie Isaksen | * [[Customers]] (view=user) |
84 | * [[Customer Groups]] (view=shoppergroup) |
||
85 | 1 | Max Milbers | |
86 | |||
87 | 8 | Max Milbers | h2. Products |
88 | 1 | Max Milbers | |
89 | 13 | Max Milbers | * [[Categories]] (view=category) |
90 | 1 | Max Milbers | * [[Products]] (view=product) |
91 | 13 | Max Milbers | * [[Attributes]] (view=attributes) |
92 | 1 | Max Milbers | * [[Product Types]] (view=producttypes) |
93 | 17 | Valérie Isaksen | * [[Custom Fields]] (view=custom) |
94 | 13 | Max Milbers | * [[Product Files]] (view=media) |
95 | 1 | Max Milbers | * [[Inventory]] (view=inventory) |
96 | 18 | Valérie Isaksen | * [[Taxes & Calculation Rules]] (view=calc) |
97 | 1 | Max Milbers | * [[Customer Reviews]] (view=ratings) |
98 | |||
99 | 17 | Valérie Isaksen | h2. Configuration |
100 | 1 | Max Milbers | |
101 | 17 | Valérie Isaksen | * [[Update/Migration]] (view=updatesmigration) |
102 | * [[About]] (view=??) |
||
103 | * [[Help Topics]] (link to virtuemart.net) |
||
104 | * [[Forum]] (link to forum.virtuemart.net) |
||
105 | |||
106 | 6 | Max Milbers | h1. Frontend Testing |
107 | 1 | Max Milbers | |
108 | 10 | Max Milbers | Pay attention to the title of page and the meta data. |
109 | Try to make crosssite scripting and simular. |
||
110 | 1 | Max Milbers | |
111 | 10 | Max Milbers | h2. Virtuemart (view=virtuemart) |
112 | |||
113 | 9 | Max Milbers | Function: |
114 | Show the store description (Store description of the main vendor) |
||
115 | Show categories and products as thumbnail, accessible with links. |
||
116 | Show offline shop function |
||
117 | Displays |
||
118 | * featuredproducts option |
||
119 | 1 | Max Milbers | * recentproducts option |
120 | * toptenproducts option |
||
121 | 10 | Max Milbers | * latestproducts option |
122 | 1 | Max Milbers | |
123 | 10 | Max Milbers | Test if the backend configuration options have the desired effect. |
124 | Test links, pictures, speed. Test product/categories per row. |
||
125 | Test a different template. |
||
126 | Dont wonder when there are no featured, recent, topten or latest products. |
||
127 | - Featured are the products which are flagged as featured. |
||
128 | - Recent products are the last products watched by the shopper. |
||
129 | - Topten products are the most sold products. |
||
130 | - Latest products are the last added products. |
||
131 | 1 | Max Milbers | |
132 | 10 | Max Milbers | h2. Category (view=category) |
133 | 9 | Max Milbers | |
134 | Function: |
||
135 | 1 | Max Milbers | Displays the subcategories of the choosen category (choosed with category_id= in the url) |
136 | 9 | Max Milbers | Displays the products of the category |
137 | 1 | Max Milbers | |
138 | Can you see categories/products, which are not published? test category_id's which does not exist. Check categories/products per row option |
||
139 | 9 | Max Milbers | |
140 | 10 | Max Milbers | h2. Categories (view=categories) |
141 | 1 | Max Milbers | |
142 | Function: |
||
143 | Shows only the subcategories of a choosen category, category_id=0 should show all categories. |
||
144 | Do you see unpublished categories? |
||
145 | 9 | Max Milbers | Test categories per row option |
146 | |||
147 | 10 | Max Milbers | h2. Productdetails (view=productdetails) |
148 | 9 | Max Milbers | |
149 | Function: |
||
150 | Shows complete description of the product and assigned pictures/media. Should recalculate prices, when variant is selected. |
||
151 | 1 | Max Milbers | Displays add to cart button. |
152 | Shows related products |
||
153 | Votes (vote, display) |
||
154 | Reviews (add, see latest/selected) |
||
155 | ask a question |
||
156 | |||
157 | 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. |
||
158 | 10 | Max Milbers | Test the votes and reviews. |
159 | Check if the right related products are shown. |
||
160 | Check if you can access with product_id unpublished products or non existing products (do you get an error, a message product not found?) |
||
161 | 1 | Max Milbers | |
162 | 10 | Max Milbers | h2. Cart (view=cart) |
163 | 11 | Max Milbers | |
164 | 10 | Max Milbers | Function: |
165 | Displays products, selected paymentmethod and shippingrate. |
||
166 | Leads the checkout process. |
||
167 | Provides links to the single stages of the checkout steps. |
||
168 | Sends emails after confirmation to the shopper and vendor. |
||
169 | 1 | Max Milbers | |
170 | 16 | Jörg Kiekebusch | Test checkout process as anonymous. Test checkout as registered. Try mixes of it. For example, register, dont login and checkout. Or do a checkout and try to register then (data should be prefilled). |
171 | 9 | Max Milbers | |
172 | 10 | Max Milbers | h2. User/Shopper maintance/profile (view=user) |
173 | 11 | Max Milbers | |
174 | 10 | Max Milbers | Function: |
175 | User maintance view. Provides a possibility to enter the shopperdata. |
||
176 | 6 | Max Milbers | |
177 | 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? |
178 | 6 | Max Milbers | |
179 | 10 | Max Milbers | h2. orders (view=orders) |
180 | 11 | Max Milbers | |
181 | 10 | Max Milbers | Function: |
182 | Shows orders done by the logged in user, provides also a possibility for guests so check their order. |
||
183 | 6 | Max Milbers | |
184 | 8 | Max Milbers | h2. Manufacturer |
185 | 11 | Max Milbers | |
186 | Function: Kind of prefiltered category view , shows the description of the vendor and categories/products only belonging to him. |
||
187 | 8 | Max Milbers | |
188 | h2. Askquestion |