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

Archived entries for simpletest

Drupal: Testing

Im Zusammenhang mit Drupal Testing lese ich gerade an allen möglichen Stellen über Hudson. Hudson ist ein Java basiertes Projekt für Continuous Integration.

SysAdmin’s Journey beschreibt ein mögliches Setup von Hudson für das Drupal Testing. Und hier findet man die Groups.Drupal Seite zum Thema.

Zeit, ich brauche mehr Zeit ;-)

daily links

  • Selenium to SimpleTest | drupal.org
    Convert Selenium IDE PHP output to Drupal SimpleTest format.
  • PDF Shrink
    PDF Shrink is a must-have for consumers and small businesses that need to produce PDFs at a quality and file size appropriate for use with smartphones, on the Web, as email attachments, or for onscreen reading. PDF Shrink reduces the size of PDF files created by practically any application.
  • CSS Embedded Images | drupal.org
    CSS Embedded Images replaces image URLs in aggregated CSS files with embedded images using data URI schemes. This can greatly reduce the number of page requests necessary to load a page, especially in graphics-heavy themes, by including image data along with aggregated CSS files.
  • Kodingen - Online Code Editor, Cloud Hosting, Web based access to file-system, Web based ftp & svn integration
  • QR Code Generator - QR Codes online erstellen
  • Login Security | drupal.org
    Login Security module improves the security options in the login operation of a Drupal site. By default, Drupal introduces only basic access control denying IP access to the full content of the site.
  • Inline Form Errors | drupal.org
    IFE or Inline Form Errors allows you to place form submission error inline with the form elements. Three options are provided for setting your inline error behaviour. You can configure the default behaviour or override the behaviour on a per form basis. You can add as many forms as you like.
  • DooPHP - The fastest MVC based php framework
    Doo framework is one of the fastest, if not the fastest PHP framework available. It enables developers at all levels to rapidly develop robust web 2.0 applications
  • OpenEMM Home
    OpenEMM is a feature-rich enterprise software for e-mail marketing, newsletters and service mails (transaction mails and event or time triggered mails). OpenEMM offers sophisticated bounce management, link tracking, lots of realtime statistics, a CMS module and a scripting feature to implement individual tasks.
  • About Let me Bing that for you!
    Let me Bing that for you is for all those people that love to bother you with their question rather than simply Bing it themselves. While answering such questions in a funny manner, you’re also educating those people on how to use search. “Teach a man to fish” as they say. :)

Writing Tests for Drupal

Charlie Gordon erklärt das Schreiben von Tests für Drupal Module.

In this example, I will be testing Drupal’s ability to change the site-wide theme. I know how to test this manually - I would go to the admin/build/themes page, and select the radio button of a different default theme, and then make sure the theme had changed when I reload the page. In order to automate this test, I will simply write code to repeat the same actions I would have done manually.

Testing Components In CakePHP

@keyboard zeigt einen Weg Componenten in CakePHP mit SimpleTest zu testen.

Die Lösung ist eigentlich recht einfach, aber ich erinnere mich da auch vor eine Wand gelaufen zu sein.

The trick ended up being me not knowing to create an instantiation of the controller and then telling it to initialize all components.

Gut zu wissen!



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.