Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for testing

Debug Email Messages In Drupal

Eine praktische Lösung für das Debuggen von E-Mail Nachrichten mit Drupal ist der Einsatz von Devel und hook_mail_alter().

function module_name_mail_alter(&$message) {
 dpm($message);
 // If you don’t want email messages to go out of your website at all
 $message['to'] = '';
}

thx

Drupal: Continuous Integration

Sacha Chua über Drush, Simpletest, und continuous integration für Drupal mit Jenkins.

I’m a big fan of automated testing because I hate doing repetitive work. Automated tests also let me turn software development into a game, with clearly defined goalposts and a way to keep score. Automated tests can be a handy way of creating lots of data so that I can manually test a site set up the way I want it to be. I like doing test-driven development: write the test first, then write the code that passes it.

Über Jenkins höre ich in letzter Zeit häufiger nur gute Dinge, ich sollte mir das mal ansehen.

daily links

  • JPub - Joomla! Extensions Directory
    Distribute your Joomla! articles in the electronic publication (ePub) format. Ideal for eBook readers such as the Amazon Kindle, iPad and the various Android-based electronic tablets.
  • Getting started with OperaWatir - Dev.Opera
    The Watir API allows us to write Ruby scripts that interact with any web page, automatically going through all the steps users would normally take and alerting us to any problems quickly. This makes testing much quicker and easier.
  • CSS3 PIE: CSS3 decorations for IE
    PIE makes Internet Explorer 6-8 capable of rendering several of the most useful CSS3 decoration features.
  • Little Big Details

daily links

  • TestFlight | iOS beta testing on the fly
  • CodeMirror
    CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a parser has been written for the language you are editing (see below for a list of supported languages), the code will be coloured, and the editor will help you with indentation.
  • Node Connect | drupal.org
    Node Connect expands the node reference auto-complete field by adding a add new content and edit current content button.<br />
    The add a new button will all a new node to be added via a node add form and then return the user to the original form.<br />
    <br />
    The edit button will take the user to the edit form of the referenced node, and return them when they are done editing.
  • TestData | drupal.org
    TestData is a developer module intended for large Drupal sites that require a consistent, fast method of providing sample data to automated acceptance and performance testing tools.

daily links

  • Node and Comments Form Settings | drupal.org
    This module lets you change several 'small' behaviors with hook_form_alter, in both nodes and comments, doing it per content type so you can configure different aspects of your nodes/comments.
  • Migrate | drupal.org
    The migrate module provides a flexible framework for migrating content into Drupal from other sources (e.g., when converting a web site from another CMS to Drupal). Out-of-the-box, support for creating core Drupal object including nodes, users, and comments is included - hooks permit migration of other types of content.
  • Mission | Windmill Testing Framework
    Windmill is a web testing framework intended for complete automation of user interface testing, with strong test debugging capabilities.
    The first goal of Windmill is to make test writing easier, portable and sustainable. Test writing and debugging is an interactive process and requires an architecture that allows for large amounts of flexibility and back-and-forth communication.
    The first goal of Windmill is to make test writing easier, portable and sustainable. Test writing and debugging is an interactive process and requires an architecture that allows for large amounts of flexibility and back-and-forth communication.
  • Node Image Gallery with ImageField | Group 42
    This "recipe" describes how to add a gallery style photo-set to a node. This photo-set stands apart from the node content as a set of thumbnails which can be clicked on to display the full-size version.
  • Template By Browser
    Template By Browser is a Joomla plugin that lets you select which template will be viewed by a particular browser.
  • Update Manager for Joomla! - Joomla! Extensions Directory
    This update manager provides the ability for you to easily and effectively keep up to date with the latest release of Joomla!. It supports the ability to use cURL or PHP wrappers to download files with both supporting the use of proxies to handle downloads on networks where direct internet access may not be available. The tool also provides support for using FTP mode on sites with Joomla!'s 1.5 extractor or a back ported copy of the new Joomla! 1.6 extractor libraries. There is support for manually uploading packages to the site and using this local version and the extension has the ability to update itself and can be prevented from installing an update if the version of the component may not handle the update correctly.


Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.