using jWebUnit with webObjects
using jWebUnit with webObjects
- Subject: using jWebUnit with webObjects
- From: John Spicer <email@hidden>
- Date: Wed, 5 May 2004 18:43:15 -0500
I have downloaded this package after someone on this list pointed me to
it. Looks good.
But I'm having trouble moving around between pages. WebObjects is using
the funny URL strings so it's not like a normal site, where clicking on
a link, you'll know where you will be taken.
For example, the example code shown does things like this:
public void testAnotherPage()
{
beginAt("/");
assertTitleEquals("My Name");
assertLinkPresentWithText("whatever");
etc...
I'm thrown by the beginAt("/"); since I don't really know where this
page will start from.
Something I'm missing here? Do I have to click through to each page
instead? (I'm gonna try...)
Hmmm...the fact that the url changes everytime I rerun my target app
could be off-putting too!
Ideas on these problems, anyone?
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.