Identity PK value

2007-06-14 Thread Marc Gabriel-Willem
Dear all, We have a problem regarding the PK value access. My db schema and my business logic require me to get the next identity of a particular table before inserting the new record. We must use the identity column defined at the table level (cannot use a stored procedure + pk specific

AW: Unit testing web apps

2007-06-14 Thread Peter Schröder
yes, there is a firefox plugin http://www.openqa.org/selenium-ide/ -Ursprüngliche Nachricht- Von: Mike Kienenberger [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 14. Juni 2007 16:57 An: user@cayenne.apache.org Betreff: Re: Unit testing web apps Actually, I seem to recall that there ar

Re: Unit testing web apps

2007-06-14 Thread Mike Kienenberger
Actually, I seem to recall that there are some Firefox (or maybe it was IE) tools for developing Selenium tests rather rapidly. I don't remember the details as I was just casually investigating the tool at the time. On 6/14/07, Malcolm Edgar <[EMAIL PROTECTED]> wrote: The decision to develop U

Re: Unit testing web apps

2007-06-14 Thread Malcolm Edgar
The decision to develop UI unit tests really comes down to how much budget you have for your applications development. If you do, than that is great. You can also develop some load testing capability at the same time. Just note is time consuming / expensive to do so. regards Malcolm Edgar On 6