Tapestry Testify and chenillekit captcha

2012-05-24 Thread Simon Raveh
Hi, I'm trying to test a page that has a chenille kit Kaptcha component. The issue I'm having is that when testing the page with TapestryTestify, the event ("kaptchaEvent") that generate the image and set kaptchaValue field inside the component is never being called. So I get null pointer exce

[Announce] Tapestry Testify - v1.0.4 released

2012-02-09 Thread Paul Field
I'd like to announce the latest release of the Tapestry Testify project at its new home on SourceForge: http://tapestrytestify.sourceforge.net/ <http://tapestry.formos.com/projects/tapestry-testify/> Tapestry Testify is an extension to Tapestry that allows you to write page an

Re: Tapestry Testify with Tapestry 5.3 [I]

2011-09-06 Thread Steve Eynon
> the zip you sent. > > Best wishes, > Paul > > > -Original Message- > From: Steve Eynon [mailto:steve.ey...@alienfactory.co.uk] > Sent: 03 September 2011 11:41 > To: Tapestry users > Subject: Re: Tapestry Testify with Tapestry 5.3 > > Source attached, lemme kno

RE: Tapestry Testify with Tapestry 5.3 [I]

2011-09-05 Thread Paul Field
sent. Best wishes, Paul -Original Message- From: Steve Eynon [mailto:steve.ey...@alienfactory.co.uk] Sent: 03 September 2011 11:41 To: Tapestry users Subject: Re: Tapestry Testify with Tapestry 5.3 Source attached, lemme know if it doesn't appear and I'll email you direct. Um, I th

Re: Tapestry Testify with Tapestry 5.3

2011-09-03 Thread Jérôme BERNARD
you > over the jar if you like? > > Steve. > -- > Steve Eynon > > > > On 3 September 2011 01:49, Jérôme BERNARD > wrote: > > Hi, > > > > I'm currently working on a new app and I'm wondering if there is any plan > to > > co

Re: Tapestry Testify with Tapestry 5.3

2011-09-02 Thread Steve Eynon
Hi Jerome, I've munky patched Testify myself to work with T5.3 - I can send you over the jar if you like? Steve. -- Steve Eynon On 3 September 2011 01:49, Jérôme BERNARD wrote: > Hi, > > I'm currently working on a new app and I'm wondering if there is any plan to >

Tapestry Testify with Tapestry 5.3

2011-09-02 Thread Jérôme BERNARD
Hi, I'm currently working on a new app and I'm wondering if there is any plan to compatibility of Tapestry Testify with Tapestry 5.3? Thanks, Jerome.

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-11 Thread Paul Field
joknroll wrote on 08/04/2011 08:47:50: > hum ok, thank you, i'll look at your link. > > Someone knows if Testify will evolve, in short or long term, to manage the > zone update? As soon as you start working with zones you are in the world of Javascript and you need some kind of browser imple

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-08 Thread joknroll
hum ok, thank you, i'll look at your link. Someone knows if Testify will evolve, in short or long term, to manage the zone update? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Testify-SetupRender-launched-instead-of-update-a-zone-tp4288081p4290262.html

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread Taha Hafeez
iew this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Testify-SetupRender-launched-instead-of-update-a-zone-tp4288081p4288918.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > >

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Testify-SetupRender-launched-instead-of-update-a-zone-tp4288081p4288918.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsu

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread Taha Hafeez
enium when you want to test with a full browser implementation. > > - Paul > > > joknroll wrote on 07/04/2011 13:16:02: > > > hum, I agree with you,it works :) > > But my problem concern the usage of tapestry testify to do unit testing > on > > my component.

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
Thank you Paul and Taha, I'll look at the Graceful Degradation. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Testify-SetupRender-launched-instead-of-update-a-zone-tp4288081p4288699.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread Paul Field
oknroll wrote on 07/04/2011 13:16:02: > hum, I agree with you,it works :) > But my problem concern the usage of tapestry testify to do unit testing on > my component. > > My dummy case is to understand the behavior of unit test with testify to

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
hum, I agree with you,it works :) But my problem concern the usage of tapestry testify to do unit testing on my component. My dummy case is to understand the behavior of unit test with testify to implement it in a bigger project. my

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread Taha Hafeez
apestry: > "Binding the zone parameter will cause the form submission to be handled as > an Ajax request that updates the indicated zone. Often a Form will update > the same zone that contains it." > > -- > View this message in context: > http://tapestry.1045711.n5.nabb

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
pdates the indicated zone. Often a Form will update the same zone that contains it." -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Testify-SetupRender-launched-instead-of-update-a-zone-tp4288081p4288169.html Sent from the Tapestry - User mail

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread Taha Hafeez
Processor] - Component > demo/dummy:dummy.myzone was returned from an event handler method, but is > not a page component. The page containing the component will render the > client response. > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.c

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
he component will render the client response. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Testify-SetupRender-launched-instead-of-update-a-zone-tp4288081p4288139.html Sent from the Tapestry - User

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread Taha Hafeez
et back and test the new zone and not a entire > new > component. > > Thanks if you take the time to give me an answer or a clue. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/

Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
ntire new component. Thanks if you take the time to give me an answer or a clue. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Testify-SetupRender-launched-instead-of-update-a-zone-tp4288081p4288081.html Sent from the Tapestry - User

Re: [Announce] Tapestry Testify project - v1.0.3 released

2011-02-07 Thread Peter Stavrinides
Thanks for your effort Paul! - Original Message - From: "PaulField" To: users@tapestry.apache.org Sent: Saturday, 5 February, 2011 16:20:51 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: [Announce] Tapestry Testify project - v1.0.3 released I'd like to anno

[Announce] Tapestry Testify project - v1.0.3 released

2011-02-05 Thread PaulField
I'd like to announce the latest release of the Tapestry Testify project at Tapestry 360: http://tapestry.formos.com/nightly/tapestry-testify/ Tapestry Testify is an extension to Tapestry that allows you to write page and component tests very easily and have them run very effici

Tapestry Testify

2011-01-25 Thread Christophe Furmaniak
Hello, I'd like to know if there is any schedule plan to provide a new release of the tapestry testify artefacts built against Tapestry 5.2.4. The page at http://tapestry.formos.com/nightly/tapestry-testify/getting-testify.htmlsays that the last snapshot is built against 5.2.1-SNAPSHOT T

Re: [Announce] Tapestry Testify project - v1.0.3-SNAPSHOT with Tapestry 5.2 support is available

2010-08-24 Thread Joost Schouten (mailing lists)
Great news! Thanks for this update. I can remove a few @Ignore's I'll let you know if I run into any issues. Cheers, Joost On Sat, Aug 21, 2010 at 2:28 PM, Paul Field wrote: > I'd like to announce the latest snapshot of the Tapestry Testify project at >

[Announce] Tapestry Testify project - v1.0.3-SNAPSHOT with Tapestry 5.2 support is available

2010-08-21 Thread Paul Field
I'd like to announce the latest snapshot of the Tapestry Testify project at Tapestry 360: http://tapestry.formos.com/nightly/tapestry-testify/ Tapestry Testify is an extension to Tapestry that allows you to write page and component tests very easily and have them run very effici

[Announce] Tapestry Testify project - v1.0.2 released

2010-04-03 Thread Paul Field
I'd like to announce the latest release of the Tapestry Testify project at Tapestry 360: http://tapestry.formos.com/projects/tapestry-testify/ Tapestry Testify is an extension to Tapestry that allows you to write page and component tests very easily and have them run very effici

Re: [Announce] Tapestry Testify project - v1.0.1 released

2010-03-15 Thread Paul Field
hen you create the TapestryTester. FYI, I am coming to the conclusion that building the TapestryTester from an AppModule is not a good idea - you should pick and choose the modules that are relevant for the kinds of tests you are doing (See http://tapestry.formos.com/projects/tapestry-testify/types-o

Re: [Announce] Tapestry Testify project - v1.0.1 released

2010-03-12 Thread Peter Stavrinides
Istanbul Subject: Re: [Announce] Tapestry Testify project - v1.0.1 released Hi Paul, THis is a good news, I'd like to give it another try. last time I gave up after encountering a problem and can't find any solution anywhere: http://old.nabble.com/T5%3A-how-to-put-Testify-into-real-

Re: [Announce] Tapestry Testify project - v1.0.1 released

2010-03-12 Thread Angelo Chen
Angelo Paul Field wrote: > > I'd like to announce the latest release of the Tapestry Testify project at > Tapestry 360: > http://tapestry.formos.com/projects/tapestry-testify/ > > Tapestry Testify is an extension to Tapestry that allows you to write page > and component

[Announce] Tapestry Testify project - v1.0.1 released

2010-03-12 Thread Paul Field
I'd like to announce the latest release of the Tapestry Testify project at Tapestry 360: http://tapestry.formos.com/projects/tapestry-testify/ Tapestry Testify is an extension to Tapestry that allows you to write page and component tests very easily and have them run very effici

Re: [Announce] Tapestry Testify project - v1.0.0 released

2009-08-07 Thread Juan E. Maya
Testity is one of the reasons i love t5! Thanks a lot Paul! On Fri, Aug 7, 2009 at 11:05 AM, Paul Field wrote: > I'd like to announce the first stable release of the Tapestry-Testify > project at Tapestry360: > > https://tapestry.formos.com/projects/tapestry-testify/ > >

Re: [Announce] Tapestry Testify project - v1.0.0 released

2009-08-07 Thread Christian Edward Gruber
Field" To: users@tapestry.apache.org Sent: Friday, 7 August, 2009 12:05:46 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: [Announce] Tapestry Testify project - v1.0.0 released I'd like to announce the first stable release of the Tapestry-Testify project at Tape

Re: Re: [Announce] Tapestry Testify project - v1.0.0 released

2009-08-07 Thread nille hammer
nal Nachricht Betreff: Re: [Announce] Tapestry Testify project - v1.0.0 released Gesendet: Fr, 07. Aug 2009 Von: Peter Stavrinides > Its us who should be thanking you Paul, great job on testify!! I am already > wandering how I tested before without it!! > > Peter > - O

Re: [Announce] Tapestry Testify project - v1.0.0 released

2009-08-07 Thread Peter Stavrinides
Istanbul Subject: [Announce] Tapestry Testify project - v1.0.0 released I'd like to announce the first stable release of the Tapestry-Testify project at Tapestry360: https://tapestry.formos.com/projects/tapestry-testify/ Tapestry Testify is an extension to Tapestry that allows you to write page

[Announce] Tapestry Testify project - v1.0.0 released

2009-08-07 Thread Paul Field
I'd like to announce the first stable release of the Tapestry-Testify project at Tapestry360: https://tapestry.formos.com/projects/tapestry-testify/ Tapestry Testify is an extension to Tapestry that allows you to write page and component tests very easily and have them run very effici

Re: [Announce] Tapestry Testify project

2009-07-09 Thread Peter Stavrinides
bject: Re: [Announce] Tapestry Testify project Great stuff, thanks so much for following up Paul, will let you know if it works. Cheers Peter - Original Message - From: "Paul Field" To: "Tapestry users" Cc: "Tapestry users" Sent: Thursday, 9 July,

Re: [Announce] Tapestry Testify project

2009-07-09 Thread Peter Stavrinides
charest, Istanbul Subject: Re: [Announce] Tapestry Testify project Hi Peter, > Okay, here is my tree: > > [INFO] [dependency:tree] > [INFO] com.albourne.web:webframework:jar:5.11-SNAPSHOT > [INFO] +- com.formos.tapestry:tapestry-testify:jar:1.0.0-SNAPSHOT:test > [INFO] | \- org.apache

Re: [Announce] Tapestry Testify project

2009-07-09 Thread Paul Field
m, you add an exclusion to the Testify dependency; something like this: com.formos.tapestry tapestry-testify 1.0.0-SNAPSHOT test org.testng testng And in the next few days, I will update the Testify POM to have that exclusion in it. -- Paul > &g

Re: [Announce] Tapestry Testify project

2009-07-09 Thread P . Stavrinides
Thursday, 9 July, 2009 16:10:11 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: [Announce] Tapestry Testify project Hi Peter, > I suspect that Testify is sourcing in JUnit 3.8.1 and TestNG and > trying to run my tests with those, and as I have no reference to > either in

Re: [Announce] Tapestry Testify project

2009-07-09 Thread Paul Field
Hi Peter, > I suspect that Testify is sourcing in JUnit 3.8.1 and TestNG and > trying to run my tests with those, and as I have no reference to > either in my project I am guessing they come fro Testify... take a > look at this debug output: You might find it useful to use the Maven "depende

Re: [Announce] Tapestry Testify project

2009-07-09 Thread Peter Stavrinides
lp. Peter - Original Message - From: "P Stavrinides" To: "Tapestry users" Sent: Tuesday, 30 June, 2009 13:00:37 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: [Announce] Tapestry Testify project > The latest snapshot's POM should pull in tapestry-tes

Re: [Announce] Tapestry Testify project

2009-06-30 Thread P . Stavrinides
ot;Tapestry users" Sent: Tuesday, 30 June, 2009 12:54:56 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: [Announce] Tapestry Testify project > > So, you need to add a dependency on the tapestry-test module (and I need > > to check what's going on in the Tes

Re: [Announce] Tapestry Testify project

2009-06-30 Thread Paul Field
> > So, you need to add a dependency on the tapestry-test module (and I need > > to check what's going on in the Testify POM because you should've got that > > automatically... ). > Thanks Paul, up and running now! please keep me posted once you have > the pom sorted. The latest snapshot's P

Re: [Announce] Tapestry Testify project

2009-06-25 Thread P . Stavrinides
gt;Testify POM because you should've got that automatically... ) - Original Message - From: "Paul Field" To: "Tapestry users" Sent: Thursday, 25 June, 2009 16:36:07 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: [Announce] Tapestry

Re: [Announce] Tapestry Testify project

2009-06-25 Thread Paul Field
-- > From: "P Stavrinides" > To: "Tapestry users" > Sent: Thursday, 25 June, 2009 10:38:32 GMT +02:00 Athens, Beirut, > Bucharest, Istanbul > Subject: Re: [Announce] Tapestry Testify project > > Hi Paul, > > Thanks for following up on this! > > &

Re: [Announce] Tapestry Testify project

2009-06-25 Thread P . Stavrinides
GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: [Announce] Tapestry Testify project Hi Paul, Thanks for following up on this! > Next, I think my documentation is misleading you... try: > private static final TapestryTester SHARED_TESTER = new > TapestryTester("

Re: [Announce] Tapestry Testify project

2009-06-25 Thread P . Stavrinides
ening, I will let you know. Just curious if anyone has testify working with JUnit 4? Thanks Peter - Original Message - From: "Paul Field" To: "Tapestry users" Sent: Wednesday, 24 June, 2009 18:44:30 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: [Annou

Re: [Announce] Tapestry Testify project

2009-06-24 Thread Paul Field
so you can pick them up manually from: http://tapestry.formos.com/maven-snapshot-repository/com/formos/tapestry/tapestry-testify/1.0.0-SNAPSHOT/ Or just ask Maven to download them for you: mvn [goal] -DdownloadSources=true (The m2eclipse plugin for eclipse can download them and bind them to the

Re: [Announce] Tapestry Testify project

2009-06-24 Thread P . Stavrinides
Cheers, Peter - Original Message - From: "Paul Field" To: "Tapestry users" Sent: Monday, 22 June, 2009 12:07:02 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: [Announce] Tapestry Testify project p.stavrini...@albourne.com wrote on 19/06/2009 17:00:14: &

Re: [Announce] Tapestry Testify project

2009-06-22 Thread Paul Field
p.stavrini...@albourne.com wrote on 19/06/2009 17:00:14: > could there be a naming problem in > the constructor, shouldn't it read: > > public abstract class AbstractMyApplicationTest extends TapestryTest { . > public *AbstractMyApplicationTest()* { //and not TestifyTest() ? > s

Re: [Announce] Tapestry Testify project

2009-06-19 Thread P . Stavrinides
Friday, 19 June, 2009 11:53:24 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: [Announce] Tapestry Testify project > This looks really promising Paul, thanks! > > One question, can Easymock be used for mocks, I am not familiar with Mockito? Absolutely - Testify doesn&#

Re: [Announce] Tapestry Testify project

2009-06-19 Thread Angelo Chen
istribution of the material in this > e-mail is strictly forbidden. > > Please refer to http://www.db.com/en/content/eu_disclosures.htm for > additional EU corporate and regulatory disclosures. > -- View this message in context: http://www.nabble.com/-Announce--Tapestry-Testify-proj

Re: [Announce] Tapestry Testify project

2009-06-19 Thread Paul Field
Hi Angelo, > definately a good addition, I tested only services now, I gave up the > PageTester, it's not practical to use it, and yet to learn that Integrated > test, I have been looking for a way to test pages and components, will give > your Testify, hope it will not be like PageTester:) Tha

Re: [Announce] Tapestry Testify project

2009-06-19 Thread Paul Field
> This looks really promising Paul, thanks! > > One question, can Easymock be used for mocks, I am not familiar with Mockito? Absolutely - Testify doesn't depend on Mockito. BTW, do look at Mockito (http://mockito.org/) - it's a very clean way to write stubs and mocks - I used to be an EasyMoc

Re: [Announce] Tapestry Testify project

2009-06-19 Thread Peter Stavrinides
Bucharest, Istanbul Subject: Re: [Announce] Tapestry Testify project definately a good addition, I tested only services now, I gave up the PageTester, it's not practical to use it, and yet to learn that Integrated test, I have been looking for a way to test pages and components, will give your T

Re: [Announce] Tapestry Testify project

2009-06-18 Thread Angelo Chen
wrote: > > I'd like to announce that the Tapestry Testify project is now available as > a > Snapshot release at Tapestry 360: > https://tapestry.formos.com/nightly/tapestry-testify/ > > Tapestry Testify is an extension to Tapestry that allows you to write page > and co

[Announce] Tapestry Testify project

2009-06-18 Thread Paul Field
I'd like to announce that the Tapestry Testify project is now available as a Snapshot release at Tapestry 360: https://tapestry.formos.com/nightly/tapestry-testify/ Tapestry Testify is an extension to Tapestry that allows you to write page and component tests very easily and have them run