unit testing

Getting Involved in SimpleTest

boombatower@drupal.org's picture
public
boombatower@dru... - Wed, 2008-05-21 21:35

Now that SimpleTest is apart of Drupal core issues related to the 7.x development have been moved to the core issue queue. If you would like to be involved I have included two links which will filter the issues to only display SimpleTest related issue. You can obviously used the advanced search feature to narrow your results to the SimpleTest related components instead of using the links.


Tests in core: What's next?

flobruit's picture
public
flobruit - Thu, 2008-04-24 07:46

We now have a testing framework in Drupal core. What we need to move forward is some structure that makes writing tests easy and efficient so that we can go towards our 100% code coverage goal without wasting development resources.


Unit -vs- UI testing

Harry Slaughter's picture
public
Harry Slaughter - Tue, 2008-03-25 03:16

Please correct me if I'm wrong, but it seems that this group's purpose is to concentrate on unit testing and code coverage. Excellent. This is a definite sign of maturity for Drupal.

But I also see some posts in here that refer more to UI centric testing. Is there yet an effort for organizing this testing as well?


Test stub generator...

lego1974's picture
public
lego1974 - Wed, 2008-03-12 21:05

Hello, I've written a perl script (fastens fire-proof suit) that generates module files as well as a test file complete with a test class and stubbed methods. I've posted the code as an issue to the simpletest module as webchick suggested: http://drupal.org/node/233261

From the documentation:

Features:
- creates a module folder and associated file skeletons
- generates a test class and test methods and places them in a test file
recognized by SimpleTest. This currently only covers unit tests,
and not higher level tests like functional or integration tests.


Introduction to Unit Testing on Lullabot.com

robertDouglass's picture
public
robertDouglass - Mon, 2007-11-26 18:54

Hi everyone. I've written an article introducing unit testing and the Simpletest module on Lullabot.com. Hope you enjoy it!


Drupal testing talk

public
Rok Žlender@dru... - Sat, 2007-09-22 09:51
Start: 
2007-09-22 14:00 Europe/Madrid - 2007-09-22 15:00 Europe/Madrid

There will be a discussion about Drupal testing and how to make it happen at Drupalcon Barcelona BOF room 1.
Sorry for such a short notice.

Automatic testing security issues?

public
Rok Žlender@dru... - Tue, 2006-08-01 11:21

One of the biggest concerns about automatic testing is how to prevent potentially dangerous code to cause harm to the server and other tests.

UnitTesting: current work

roland tanglao@bryght.com's picture
public
roland tanglao@... - Wed, 2006-05-24 22:34

After the jump, here's what I know is happening as of late May 2006. Add a comment and or post your activities related to Unit Testing because i am sure this is not comprehensive:


Syndicate content