Re: T5: Anyone using PageTester?

2007-12-06 Thread Emmanuel Sowah
Howard,

I'm using PageTester as well so be warned and don't break things.

I think this habit of yours of breaking things you think should be done
differently is bad indeed. It is this habit that had endured sufferings and
almost an impossible task for anyone trying to migrate from any pre T5 to
T5. I heard there is a secret work on T6 that would be almost incompatible
with all previous versions. Why do you always have to re-invent the wheel? I
hope you would one day learn from the decent open source projects out there
like Spring and Hibernate. These guys are geniuses! They take on the
challenging task of remaining backward compatible while providing great new
features instead of always choosing the easier and trivial path of starting
afresh, like you've demonstrated so far with any major release of Tapestry.

Regards,
E

On Dec 5, 2007 11:03 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:

> That's all good to hear, and I found a reasonable way to keep it in
> place without disrupting things.
>
> On Dec 5, 2007 1:57 PM, Mark Horn <[EMAIL PROTECTED]> wrote:
> > My team uses PageTester to unit test all our Page classes.  We have
> > found it very useful.
> >
> >
> > > PageTester, Kent Tong's unit/integration testing layer for T5, is
> > > increasingly becoming difficult to maintain properly ... how many
> > > people are currently relying on it?
> > >
> > > --
> > > Howard M. Lewis Ship
> > > TWD Consulting, Inc.
> > >
> > > Creator Apache Tapestry and Apache HiveMind
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> --
> Howard M. Lewis Ship
> TWD Consulting, Inc.
>
> Creator Apache Tapestry and Apache HiveMind
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: T5: Anyone using PageTester?

2007-12-05 Thread Howard Lewis Ship
That's all good to hear, and I found a reasonable way to keep it in
place without disrupting things.

On Dec 5, 2007 1:57 PM, Mark Horn <[EMAIL PROTECTED]> wrote:
> My team uses PageTester to unit test all our Page classes.  We have
> found it very useful.
>
>
> > PageTester, Kent Tong's unit/integration testing layer for T5, is
> > increasingly becoming difficult to maintain properly ... how many
> > people are currently relying on it?
> >
> > --
> > Howard M. Lewis Ship
> > TWD Consulting, Inc.
> >
> > Creator Apache Tapestry and Apache HiveMind
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship
TWD Consulting, Inc.

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: T5: Anyone using PageTester?

2007-12-05 Thread Mark Horn
My team uses PageTester to unit test all our Page classes.  We have
found it very useful.

> PageTester, Kent Tong's unit/integration testing layer for T5, is
> increasingly becoming difficult to maintain properly ... how many
> people are currently relying on it?
>
> --
> Howard M. Lewis Ship
> TWD Consulting, Inc.
>
> Creator Apache Tapestry and Apache HiveMind
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: Anyone using PageTester?

2007-12-05 Thread DougS

We are using the PageTester extensively since 5.0.6.  The ability to pass a
Module class to the PageTester is very helpful.  As others have mentioned,
we would like to be able to add js tests -- a way to do this would be
incredibly helpful (maybe an integration with one of the existing jsunit
frameworks).

Howard Lewis Ship wrote:
> 
> PageTester, Kent Tong's unit/integration testing layer for T5, is
> increasingly becoming difficult to maintain properly ... how many
> people are currently relying on it?
> 
> -- 
> Howard M. Lewis Ship
> TWD Consulting, Inc.
> 
> Creator Apache Tapestry and Apache HiveMind
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-Anyone-using-PageTester--tf4951967.html#a14181165
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: Anyone using PageTester?

2007-12-05 Thread Robert Zeigler

I've made extensive use of it.

Robert

On Dec 5, 2007, at 12/51:55 PM , Howard Lewis Ship wrote:


PageTester, Kent Tong's unit/integration testing layer for T5, is
increasingly becoming difficult to maintain properly ... how many
people are currently relying on it?

--
Howard M. Lewis Ship
TWD Consulting, Inc.

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: T5: Anyone using PageTester?

2007-12-05 Thread Hong Yu (hoyu2)
We use it heavily for all of our components. We are also looking for
ways to do JS testing.

Hong 

-Original Message-
From: Chris Lewis [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 05, 2007 2:19 PM
To: Tapestry users
Subject: Re: T5: Anyone using PageTester?

I am not currently, but have been wanting to implement all levels of
testing for my T5 app: unit tests, render tests, and client side JS
testing (like the T5 source uses). I'm sure that testability - easy
testability - is a goal and I welcome it. However as of yet I have not
used PageTester to any extent.

sincerely,
Chris

Howard Lewis Ship wrote:
> PageTester, Kent Tong's unit/integration testing layer for T5, is 
> increasingly becoming difficult to maintain properly ... how many 
> people are currently relying on it?
>
>   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: T5: Anyone using PageTester?

2007-12-05 Thread Joel Wiegman
Using it and loving it.  So great to be able to unit test the user
interface in a mock container.

I've tried to answer most of the posts in this forum about it.  Seems
like other people are using it...

-Original Message-
From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 05, 2007 2:56 PM
To: Tapestry users
Subject: T5: Anyone using PageTester?

PageTester, Kent Tong's unit/integration testing layer for T5, is
increasingly becoming difficult to maintain properly ... how many people
are currently relying on it?

--
Howard M. Lewis Ship
TWD Consulting, Inc.

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: Anyone using PageTester?

2007-12-05 Thread Chris Lewis
I am not currently, but have been wanting to implement all levels of 
testing for my T5 app: unit tests, render tests, and client side JS 
testing (like the T5 source uses). I'm sure that testability - easy 
testability - is a goal and I welcome it. However as of yet I have not 
used PageTester to any extent.


sincerely,
Chris

Howard Lewis Ship wrote:

PageTester, Kent Tong's unit/integration testing layer for T5, is
increasingly becoming difficult to maintain properly ... how many
people are currently relying on it?

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



T5: Anyone using PageTester?

2007-12-05 Thread Howard Lewis Ship
PageTester, Kent Tong's unit/integration testing layer for T5, is
increasingly becoming difficult to maintain properly ... how many
people are currently relying on it?

-- 
Howard M. Lewis Ship
TWD Consulting, Inc.

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]