Re: Test suite for transports [was: Re: Test suite for HTTP transport]

2008-06-27 Thread Samisa Abeysinghe
Manjula Peiris wrote: So is this mean we first design and implement the test cases and then test current code using these test cases. After that we refactor the transport ? Yes. I hope that is the correct approach IMHO. Samisa... On Fri, 2008-06-27 at 11:19 +0530, Samisa Abeysinghe wrote

Re: Test suite for transports [was: Re: Test suite for HTTP transport]

2008-06-27 Thread Manjula Peiris
So is this mean we first design and implement the test cases and then test current code using these test cases. After that we refactor the transport ? On Fri, 2008-06-27 at 11:19 +0530, Samisa Abeysinghe wrote: > Supun Kamburugamuva wrote: > > Do you think this is the correct discussion for refac

Test suite for transports [was: Re: Test suite for HTTP transport]

2008-06-26 Thread Samisa Abeysinghe
Supun Kamburugamuva wrote: Do you think this is the correct discussion for refactoring the transport? Or I'm I missing something? OK, I fixed the subject :) I think, in addition to what you have mentioned, the testing should also verify: 1. Content received and content sent 2. Transport sp

Re: Test suite for HTTP transport

2008-06-26 Thread Milinda Pathirage
Hi Supun, Actually what you have mentioned about HTTP transport is correct. But we have to consider other transports as well. I think you forgot them somehow ;-). I think what we have to test is the functionality of Axis2/C engine when it uses different transports. We have to make sure that Axis2/

Re: Test suite for HTTP transport

2008-06-26 Thread Supun Kamburugamuva
Do you think this is the correct discussion for refactoring the transport? Or I'm I missing something? Supun.. On Fri, Jun 27, 2008 at 10:09 AM, Supun Kamburugamuva <[EMAIL PROTECTED]> wrote: > Hi list, > > These are the key areas that comes to my mind that we should focus on for > testing. > >

Re: Test suite for HTTP transport

2008-06-26 Thread Supun Kamburugamuva
Sorry I guess this is not the correct discussion for refactoring the transport. Supun.. On Fri, Jun 27, 2008 at 10:09 AM, Supun KamSoburugamuva <[EMAIL PROTECTED]> wrote: > Hi list, > > These are the key areas that comes to my mind that we should focus on for > testing. > > 1. It should work for

Test suite for HTTP transport

2008-06-26 Thread Supun Kamburugamuva
Hi list, These are the key areas that comes to my mind that we should focus on for testing. 1. It should work for all sorts of HTTP scenarios. Headers and data are the key things. We can focus on different combinations. 2. Should not leak memory 3. Should have good performance characteristics Th