Project

General

Profile

Test cases » History » Version 1

Max Milbers, 04/22/2011 04:56 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
h3. Test [[shop configuration]] view (/administrator/index.php?option=com_virtuemart&view=config)
30
31
h3. Test [[currencies]] view (/administrator/index.php?option=com_virtuemart&view=currency)
32
33
h3. Test [[Payment Methods]] view (/administrator/index.php?option=com_virtuemart&view=paymentmethod)
34
35
h3. Test [[Credit Card List]] view (/administrator/index.php?option=com_virtuemart&view=creditcard)
36
37
h3. Test [[Shipper]] view (/administrator/index.php?option=com_virtuemart&view=shippingcarrier)
38
39
h3. Test [[Shipping Rates]] view (/administrator/index.php?option=com_virtuemart&view=shippingrate)
40
41
h3. Test [[Countries]] view (/administrator/index.php?option=com_virtuemart&view=country)
42
43
h3. Test [[userfields]] view (/administrator/index.php?option=com_virtuemart&view=userfields)
44
45
h3. Test [[order status]] view (/administrator/index.php?option=com_virtuemart&view=orderstatus)