Re: [U2] UniVerse Unit Testing

2009-06-11 Thread Brian Leach
Hi At my last company, we spent a lot of effort on building an automated test rig for our software, because we had to support multiple platforms and all our code required full regression testing. It may be a slightly different scenario to yours, since we were primarily building tools, and also

Re: [U2] UniVerse Unit Testing

2009-06-11 Thread Perry Taylor
something? Thanks. Perry From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach Sent: Thursday, June 11, 2009 3:19 AM To: 'U2 Users List' Subject: Re: [U2] UniVerse Unit Testing Hi At my last company

Re: [U2] UniVerse Unit Testing

2009-06-11 Thread jpb-u2ug
-users-boun...@listserver.u2ug.org] On Behalf Of Perry Taylor Sent: Thursday, June 11, 2009 7:55 AM To: U2 Users List Subject: Re: [U2] UniVerse Unit Testing Brian, You say that you designed all our server code as subroutines such that all of our subroutines had one of two calling interfaces

Re: [U2] UniVerse Unit Testing

2009-06-11 Thread Brian Leach
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Perry Taylor Sent: 11 June 2009 13:55 To: U2 Users List Subject: Re: [U2] UniVerse Unit Testing Brian, You say that you designed all our server code as subroutines such that all of our subroutines had one of two calling interfaces. This would

Re: [U2] UniVerse Unit Testing

2009-06-11 Thread Brian Leach
-users-boun...@listserver.u2ug.org] On Behalf Of jpb-u2ug Sent: 11 June 2009 14:23 To: 'U2 Users List' Subject: Re: [U2] UniVerse Unit Testing Doug and Brian, Could you give me some numbers on how long and how many people (man hours) it took to do the changes? Approximately how many programs did you

Re: [U2] UniVerse Unit

2009-06-11 Thread Susan Joslyn
Testing (Brian Leach) -- Message: 1 Date: Thu, 11 Jun 2009 14:53:51 +0100 From: Brian Leach br...@brianleach.co.uk To: 'U2 Users List' u2-users@listserver.u2ug.org Subject: Re: [U2] UniVerse Unit Testing Message-ID: 0mksym

Re: [U2] UniVerse Unit

2009-06-11 Thread Dave Laansma
: UniVerse Unit Testing (Brian Leach) -- Message: 1 Date: Thu, 11 Jun 2009 14:53:51 +0100 From: Brian Leach br...@brianleach.co.uk To: 'U2 Users List' u2-users@listserver.u2ug.org Subject: Re: [U2] UniVerse Unit Testing Message-ID

Re: [U2] UniVerse Unit

2009-06-11 Thread Susan Joslyn
to continue... Susan -Original Message- From: Dave Laansma [mailto:dlaan...@hubbardsupply.com] Sent: Thursday, June 11, 2009 10:29 AM To: sjos...@sjplus.com; U2 Users List Subject: RE: [U2] UniVerse Unit Susan, What elements of data do you keep in this file? I have the same thing in mine

Re: [U2] UniVerse Unit Testing

2009-06-11 Thread Doug Averch
...@listserver.u2ug.org] On Behalf Of jpb-u2ug Sent: Thursday, June 11, 2009 7:23 AM To: 'U2 Users List' Subject: Re: [U2] UniVerse Unit Testing Doug and Brian, Could you give me some numbers on how long and how many people (man hours) it took to do the changes? Approximately how many programs

Re: [U2] UniVerse Unit Testing

2009-06-11 Thread Dave Laansma
...@listserver.u2ug.org] On Behalf Of Doug Averch Sent: Thursday, June 11, 2009 10:52 AM To: 'U2 Users List' Subject: Re: [U2] UniVerse Unit Testing Jerry and All, We did something similar to Brian. All of our Basic code was re-designed to have 6 arguments: PARAM1, PARAM2, PARAM3, PARAM4, RETURN.INFO

Re: [U2] UniVerse Unit Testing

2009-06-10 Thread Doug Averch
Perry, After we hired a QA Manager for J.D. Edwards/PeopleSoft/Oracle. She could not believe how we could not test just portions of our code. So what we did was take each program and remove the business logic into what we call method calls and streamlined all of the code to be able to call the