I have a question to those who are familiar with drupal7 testing module. When you test a module on drupal7 you will get real time status of the test process, How can I do this ?
Thank you guys
if you are looking for ways to debug drupal there are two modules that I would suggest.
This module offers a number of differerent tools that make it very easy to debug drupal code, including a very easy to use function that allows you to output just about any variable or object anyplace in the code into a drupal status message. It also includes a huge host of other tools that make developing and theming drupal much easier. If you don't have it installed I highly recomend it, most experienced drupal developers would consider it indispensable.
This module allows you to use a similar debug function, but instead of outputting to the message it will output to firebug.
You can test with either the built in simpletest module (first you must enable it) or with Drush; Drush also requires the testing module to be enabled.