WP-e-Commerce
WP-e-Commerce copied to clipboard
Test Data
I've had a few people recently ask if we have a test data suite.
We really need to build one out. Plugin developers, theme developers, and even just shop owners would find this immensely helpful.
I think WooCommerce does a pretty decent job of this, we can borrow from that, for sure. The docs seem pretty good for it as well. If there are any improvements we can make, let's be sure to contribute them back to WC. That's what open source is all about.
Let's get it done. Any volunteers?
I think I can start this. What do you think we need? Do you have a checklist of stuff we could have in the test suite?
@NikV Awesome! We'd basically want to cover every type of product, variations, categories, product tags, downloads, orders, customers, etc. Just a full suite of data to import for plugin and theme developers to test against would be awesome.
Including (but probably not limited to) -
- [ ] Product Categories (20+)
- [ ] Product Tags (20+)
- [ ] Product Variations (20 sets, 5+ variants per set)
- [ ] Regular Products (10+)
- [ ] Downloadable Products (10+)
- [ ] Variation Products (10+)
- [ ] External Link Products (10+)
- [ ] Product Categories
- [ ] Orders (30+)
- [ ] Customers (30+)
Can I set up a WPEC install, then just add these elements in some sort of orderly fashion, then export it? Would that work?