Re: T5: tapestry-test in 5.0.11?

2008-03-20 Thread Howard Lewis Ship
I decided at the last minute not to package it with the download binaries because doing so would drag in all of Selenium as well. It's available via Maven, of course. Please add a JIRA issue and we'll figure something out. On Thu, Mar 20, 2008 at 10:17 AM, ryanskow <[EMAIL PROTECTED]> wrote: > >

RE: T5: Tapestry-Test

2007-12-21 Thread Angelo Chen
Hi Joel, Thanks, your tip did the job, it works. now I'd like to ask, any advantages of using Tapestry-Test compared to, we just do the regular selenium remote control test? A.C. Joel Wiegman-2 wrote: > > Seriously? > > Google "webdefault.xml" > > Put one in your /Users/justinchua/bfe/myap

RE: T5: Tapestry-Test

2007-12-21 Thread Joel Wiegman
Seriously? Google "webdefault.xml" Put one in your /Users/justinchua/bfe/myapp/src/test/conf/ folder. :-) -Original Message- From: Angelo Chen [mailto:[EMAIL PROTECTED] Sent: Friday, December 21, 2007 4:16 AM To: users@tapestry.apache.org Subject: T5: Tapestry-Test Hi, I am trying o

Re: T5 Tapestry-Test How to use with HTML attributes

2007-06-21 Thread tamseo
I found the solution. just like this assertText("//[EMAIL PROTECTED]'id']","expected") Please ignore my post. Thanks. tamseo wrote: > > Hi, > > I tried to use assertText() method like this > assertText("html_Div_Id","expected") But It didn't work because the > element "html_Div_Id" was not f