Quantcast
Channel: Open Data - Testing
Browsing latest articles
Browse All 7 View Live

Testing assisting module: set configurations through site's URL

RoboConf modulehttp://drupal.org/project/roboconfcommissioned by Top Notch Themes test their themes only way they could do this with a 2-3 person companysecurity nightmare, should never go anywhere...

View Article



A beginner's guide to using Hudson for continuous integration with Drupal

Link Title and URL: A beginner's guide to using Hudson for continuous integration with DrupalHudson is a tool for offloading the deployment and automated testing of a software application. You write...

View Article

Repeated testing of core patches with CVS

catch telling chrisshattuck in IRC: I keep one checkout + db, reset the checkout with cvs -q diff | patch -p0 -R and usually re-use the database until it's completely dead.

View Article

Fetch patch and apply immediately (without even saving the patch to disk!)

wget -O - http://example.org/testfix.patch | patch -p0From http://groups.drupal.org/node/91424where deviantintegral suggestedcurl http://drupal.org/files/1234_fix.patch | patch -p0Searched words:  git...

View Article

Behavior Driven Development with Drupal

Link Title and URL: Behavior Driven Development with DrupalBehavior Driven Development is a workflow for writing your Drupal modules "outside-in" 1. describe the behavior of a feature in plain...

View Article


Duck Programming

http://unspace.ca/blog/duck-programming/ Duck programming is manageable. It starts with recognizing that while it may be designed to be carried out by people who are not professional coders, it is...

View Article

Filling in a textarea with multiple lines in a Behat test

Here's the syntax you're looking for: And I fill in "Team" with: """ Lost dog Which army Runaround Sue """This is possible with MinkContext::fillField(). MinkExtension is a standard part of Behat, and...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images