News Feed
Jobs Feed
Sections




News Archive
TigerFish Interactive:
Drupal 6 Posting AJAX callbacks in SimpleTest
July 29, 2010 @ 11:08:07

On the TigerFish Interactive blog today there's a new post for Drupal-ers out there about using the SimpleTest plugin for Drupal 6 to run automated tests against Ajax callbacks.

In Drupal 6's excellent SimpleTest module, a method called drupalPost() allows you to simulate a button press on a form by taking the form's data and using HTTP POST to submit it. But what if you want to POST data to an AJAX callback URL? By default, SimpleTest checks which submit button you have pressed, but of course, when POSTing using AJAX, you probably won't have pressed a button!

After doing some searching on a problem he had - submitting a form without the actual form on a page - he decided the best solution was to create a base class that inherits from DrupalWebTestCase. This base class allowed him to make a POST request (via curl) to the page and simulate a form request. The code for the method is included.

0 comments voice your opinion now!
drupal ajax simpletest callback


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: PHP and RIA (Presentation Update)

DevArticles: Sending Email with AJAX - Developing the Client-Side Application Layer

DevChix: Getting started with YUI's Connection Manager in Rails and PHP

Joshua Eichorn's Blog: Understanding AJAX excerpt available at computerworld.com

International PHP Magazine: Poll Question: The Rules of PHP Throwdown Include


Community Events











Don't see your event here?
Let us know!


code development series language conference release introduction tool community object phpunit framework testing zendframework2 unittest opinion interview example podcast functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework