Question

I just recently develop Magento system for personal use.

I want to know about how to test my Magento system.

Want to know about some tools or testing flow.

Was it helpful?

Solution

step:1:- I wish to clear up the database so I can start over again. This means doing the following:

Clearing all products
Clearing all attributes
Clearing all attribute sets
Clearing all categories
Clearing all orders, shipments, transactions etc.

I always like to create a freshly copied test or development instance of the site. I use the development site to test out any new code, style, or configuration changes before applying them to the production server. Better safe than sorry, right?

I used to create the test instance as a subdomain on the production server. However, that approach can lead to easy mistakes, at least in my experience.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top