• 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
Re: Automated/load testing for WO apps
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automated/load testing for WO apps


  • Subject: Re: Automated/load testing for WO apps
  • From: David Teran <email@hidden>
  • Date: Thu, 15 Jul 2004 20:35:30 +0200

Hi,

Anyone have any suggestions for automated testing tools that work well with WO? I'm having trouble finding something that can handle the dynamic URLs--most testing apps expect to be able to record URLs and reuse them in scripts to navigate throughout the site. This doesn't apply with WO, so I'm kinda stuck. Any help appreciated. Thanks.



We are using HTTPUnit a lot. Its pretty much a programmable browser. You send a request to the woapp, maybe add some formfield values to the request (for login or other stuff). Then you can check for things like 'is there a hyperlink whose content is 'clickme'. Then you can 'click' on the hyperlink or submit button or whatever. This will send a new request to the woapp, just like if a user clicks the link in a browser. By using random values you can 'click' on different 'products' and simulate a complex user interaction. This is a great tool in my point of view. It will help you find out deadlocks (EOF ones) very easy and, well, its interesting how you app behaves and performs if you start 30 concurrent 'clients'.


cheers David
_______________________________________________
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: Automated/load testing for WO apps
      • From: Michael Henderson <email@hidden>
References: 
 >Automated/load testing for WO apps (From: Mike Mitchell <email@hidden>)

  • Prev by Date: cannot access HTTPClient.HTTPConnection
  • Next by Date: Install WebObjects without OpenBase?
  • Previous by thread: Re: Automated/load testing for WO apps
  • Next by thread: Re: Automated/load testing for WO apps
  • Index(es):
    • Date
    • Thread