Re: [latka] ways to handle common tests

2003-02-07 Thread Kurt Schrader
I write my Latka tests as Jelly file and then run them in order using somthing like this: I'm assuming that something like that would work for what you want to do. -Kurt On Fri, 7 Feb 2003, Richard Dallaway wrote: > Does anyone have any ideas on good ways to handle units of common t

Re: [latka] ways to handle common tests

2003-02-07 Thread Janek Bogucki
Hi Richard, > Does anyone have any ideas on good ways to handle units of common test > code in Latka? > > For example: login to an application. You may need to have a test user > log in to an application before running certain tests, and it would be > good to be able to code this common HTTP req

Re: [latka] ways to handle common tests

2003-02-07 Thread Morgan Delagrange
My company has a large body of common tests, and we declare those tests via a DTD. I don't think it's a hack, it's just XML. :) - Morgan --- Richard Dallaway <[EMAIL PROTECTED]> wrote: > Does anyone have any ideas on good ways to handle > units of common test > code in Latka? > > For example:

[latka] ways to handle common tests

2003-02-07 Thread Richard Dallaway
Does anyone have any ideas on good ways to handle units of common test code in Latka? For example: login to an application. You may need to have a test user log in to an application before running certain tests, and it would be good to be able to code this common HTTP request in just one place