• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
using jWebUnit with webObjects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: using jWebUnit with webObjects
      • From: Kaj Hejer <email@hidden>
  • Prev by Date: Re: Project Builder's main window not showing source code files etc
  • Next by Date: jWebUnit (more)
  • Previous by thread: RE: Project Builder's main window not showing source code files, etc
  • Next by thread: Re: using jWebUnit with webObjects
  • Index(es):
    • Date
    • Thread