Project

General

Profile

Actions

Test cases » History » Revision 1

Revision 1/20 | Next »
Max Milbers, 04/22/2011 04:56 PM


Test cases

System Requirements:

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.

Use joomla 1.5 or 1.6 (latest)

As tester you should have installed your joomla with a custom prefix (not jos_) this quite important to find tables with hardcoded prefix.

Use different browsers. Virtuemart should work without glitches at least on IE8, FF, chrome, safari and opera.

Installer

Test installer with and without sampel data.
Test the All-in-one Modules and Plugin installer.

Views

Test the frontend with java script enabled and disabled.
Test what happens, when you change the post data. For exampel when you remove it, or enter a product which is not published.
Test the frontend as anoymous and registered shopper.

Backend Testing

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

Test shop configuration view (/administrator/index.php?option=com_virtuemart&view=config)

Test currencies view (/administrator/index.php?option=com_virtuemart&view=currency)

Test Payment Methods view (/administrator/index.php?option=com_virtuemart&view=paymentmethod)

Test Credit Card List view (/administrator/index.php?option=com_virtuemart&view=creditcard)

Test Shipper view (/administrator/index.php?option=com_virtuemart&view=shippingcarrier)

Test Shipping Rates view (/administrator/index.php?option=com_virtuemart&view=shippingrate)

Test Countries view (/administrator/index.php?option=com_virtuemart&view=country)

Test userfields view (/administrator/index.php?option=com_virtuemart&view=userfields)

Test order status view (/administrator/index.php?option=com_virtuemart&view=orderstatus)

Updated by Max Milbers almost 13 years ago · 1 revisions