Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread Sam Hamilton
Hi Chris, Perhaps if we start with the a big overview of test cases per component people will start adding to them later for the ones that are missing? Perhaps the simplest tests to start adding would be ecommerce as its all customer facing and so in my opinion the simplest to get good selenium

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread chris snow
Hi Sam, A useful technique is to base tests on the use cases / activity diagrams. It may be a good idea to focus on creating these first. BOUML is a good free tool for UML diagramming. Cheers, Chris On Wed, May 26, 2010 at 7:27 AM, Sam Hamilton s...@sh81.com wrote: Hi Chris, Perhaps if we

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread BJ Freeman
Chris there are many ways to test. I see selenium more as business logic to data test using the available UI. It test real world interaction with the user of ofbiz. here is one scenario Place an order(ecoomerce or Orderentry) send product view the GL for expected results (through the UI). For PO

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread BJ Freeman
forgot should use User manual as the test case. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93 Specialtymarket.com http://www.specialtymarket.com/ Systems

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread chris snow
User manual would be a good basis, if it describes ui processes. Where can I find the user manual? On 26 May 2010 10:30, BJ Freeman bjf...@free-man.net wrote: forgot should use User manual as the test case. = BJ Freeman http://bjfreeman.elance.com Strategic Power

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread BJ Freeman
ah the crux of the problem. we have some but it really needs to be fleshed out. here is a place to start https://cwiki.apache.org/confluence/display/OFBENDUSER/OFBiz+End+User+Docs+Home = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread BJ Freeman
here is one not in the links https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread chris snow
That's why I am focusing on improving the help / documentation! On 26 May 2010 10:49, BJ Freeman bjf...@free-man.net wrote: ah the crux of the problem. we have some but it really needs to be fleshed out. here is a place to start

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread BJ Freeman
hopefully it will be consistent enough to make test cases for each then run time from end to end. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93 Specialtymarket.com

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread Erwan de FERRIERES
Le 26/05/2010 16:27, Ruth Hoffman a écrit : Hi BJ: If you back-port Selenium to 9.04, I'd be happy to come up with some test cases. I've already got an extensive list of business test case scenarios I used for various tasks involving OFBiz. I can't use 10.x or trunk because I'm still running

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread BJ Freeman
Selenium IDE is in your browser and you can save your process. you can create them on 9.04 and use to test them on the trunk. you can have a folder for 9.04 and one for 10.04 using demo-stable or trunk. but I would suggest you just start with 9.04 and label as such in the filehnames then put them

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread Ruth Hoffman
Hi Erwan: True, but I prefer not to build them in a vacuum. I like to test everything I do before I put it out for public consumption. So, I couldn't build and test with a local version of OFBiz because the 9.04 Selenium integration is not complete. Regards, Ruth Erwan de FERRIERES wrote:

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread Erwan de FERRIERES
Le 26/05/2010 18:55, Ruth Hoffman a écrit : Hi Erwan: True, but I prefer not to build them in a vacuum. I like to test everything I do before I put it out for public consumption. So, I couldn't build and test with a local version of OFBiz because the 9.04 Selenium integration is not complete.

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread Ruth Hoffman
Hi Erwan: Thanks. Regards, Ruth Erwan de FERRIERES wrote: Le 26/05/2010 18:55, Ruth Hoffman a écrit : Hi Erwan: True, but I prefer not to build them in a vacuum. I like to test everything I do before I put it out for public consumption. So, I couldn't build and test with a local version of

Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread BJ Freeman
we need button pusher and business that need to accomplish a task. one of the top level testing tools is selenium https://issues.apache.org/jira/browse/OFBIZ-3511 your welcome to add to the library. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread Matt Warnock
Well, we certainly qualify for those two things. FWIW, for OFBiz, it doesn't seem to me that selenium would add that much over good regression testing of the SECAs, services, actions, methods, and other elements-- since inputs feed directly into services in a very consistent and predictable way

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread chris snow
Hi BJ - i'd like to start adding selenium tests, however, before adding selenium tests, test cases need to be created. To create test cases, process flows need to be understood/documented (I'm still at the understanding stage hence my work on the help system). So in conclusion only those with