Project

General

Profile

Test cases » History » Version 3

Max Milbers, 04/22/2011 05:07 PM

1 1 Max Milbers
h1. Test cases
2
3
h2. System Requirements:
4
5
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.
6
7
Use joomla 1.5 or 1.6 (latest)
8
9
As tester you should have installed your joomla with a custom prefix (not jos_) this quite important to find tables with hardcoded prefix.
10
11
Use different browsers. Virtuemart should work without glitches at least on IE8, FF, chrome, safari and opera.
12
13
h2. Installer
14
15
Test installer with and without sampel data.
16
Test the All-in-one Modules and Plugin installer.
17
18
h2. Views
19
20
Test the frontend with java script enabled and disabled. 
21
Test what happens, when you change the post data. For exampel when you remove it, or enter a product which is not published.
22
Test the frontend as anoymous and registered shopper.
23
24
25
h3. Backend Testing
26
27
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
28
29 3 Max Milbers
h3. Backend configuration 
30 1 Max Milbers
31 3 Max Milbers
h4. Test [[shop configuration]] (view=config)
32 1 Max Milbers
33 3 Max Milbers
h4. Test [[currencies]] (view=currency)
34 1 Max Milbers
35 3 Max Milbers
h4. Test [[Payment Methods]] (view=paymentmethod)
36 1 Max Milbers
37 3 Max Milbers
h4. Test [[Credit Card List]] (view=creditcard)
38 1 Max Milbers
39 3 Max Milbers
h4. Test [[Shipper]] (view=shippingcarrier)
40 1 Max Milbers
41 3 Max Milbers
h4. Test [[Shipping Rates]] (view=shippingrate)
42 1 Max Milbers
43 3 Max Milbers
h4. Test [[Countries]] (view=country)
44 1 Max Milbers
45 3 Max Milbers
h4. Test [[userfields]] (view=userfields)
46
47
h4. Test [[order status]] (view=orderstatus)