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

Daniel Krook's Blog: NYPHP Conference & Expo 2006

PHPBuilder.com: Beginning Ajax with PHP: From Novice to Professional

David Müller: Cross Domain AJAX Guide

Zend Developer Zone: PHP Abstract Podcast Episode 16: Ajax + PHP, End to End Debugging BONUS EPISODE

Chris Hartjes' Blog: Testing Components In CakePHP


Community Events









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


zendframework2 podcast introduction testing composer opinion language object conference interview event community tool functional api development example framework release code

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