Softpedia
 

WINDOWS CATEGORIES:



GLOBAL PAGES >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Sticky Password FR...
  • Parallels Workstat...
  • ESET NOD32 Antivir...
  • BitDefender Total ...
  • WinPatrol 24.6.201...
  • PerfectDisk Free D...
  • Adobe Photoshop CS...
  • PerfectDisk Profes...
  • Windows 8 Consumer...
  • Atlantis Word Proc...
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Sticky Password FREE
    [SOFTPEDIA
    EXCLUSIVE] 6.0.2.323

    78,546 downloads
    Nokia PC Suite
    7.1.180.64

    74,932 downloads
    3DP Chip 12.04
    60,801 downloads
    Adobe Flash Player
    11.3.300.250 Beta 3
    / 11.2.202.235

    49,717 downloads
    Samsung PC Studio
    7.2.24.9

    45,498 downloads
    Nero 9 Free
    9.4.12.3d

    43,090 downloads
    Yahoo! Messenger
    11.5.0.192

    36,228 downloads
    Samsung Kies
    2.3.1.12044_18

    35,827 downloads
    Internet Download
    Manager 6.11 Build 7

    34,401 downloads
    Avira Antivir Virus
    Definition File
    Update May 22, 2012

    33,272 downloads
    Home > Windows > Programming > Other Programming Files > Ra Testing Manager > Changelog

    Ra Testing Manager 1.4.20 - Changelog


    What's new in Ra Testing Manager 1.4.20:

    May 11th, 2010

    · A new type for unit tests 'simple_http' was added.
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.19:

    May 3rd, 2010

    · RaTM was ported under Python 1.6
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.18:

    April 19th, 2010

    · RaTM was ported under Python 2.0
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.17:

    April 12th, 2010

    · RaTM was ported under Python 2.1
    · An error in the conf.py was fixed.
    · An error in the utilities.py was fixed.
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.16:

    April 6th, 2010

    · RaTM was ported under Python 2.2
    · An error in the class 'ThreadedCmdExecution' was fixed.
    · Documentation was fixed.



    What's new in Ra Testing Manager 1.4.15:

    March 29th, 2010

    · RaTM was ported under Python 2.6
    · An error with console output was fixed.
    · Small refactoring.
    · Documentation was updated



    What's new in Ra Testing Manager 1.4.14:

    March 22nd, 2010

    · RaTM was ported under Python 2.3
    · Small refactoring.
    · Documentation was updated



    What's new in Ra Testing Manager 1.4.13:

    March 15th, 2010

    · RaTM was ported under Python 2.4
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.12:

    March 8th, 2010

    · Visualisation of the external log was improved.
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.11:

    March 1st, 2010

    · Visualisation was improved.
    · Small refactoring.
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.10:

    February 16th, 2010

    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.9:

    February 9th, 2010

    · An error was fixed - if the 'workspace' directory does not exists then it will be created.
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.8:

    February 9th, 2010

    · An error in 'utilities.py' was fixed.
    · If the localisation file for the specified language was not found then interface language setting will be defaulted to 'English'.
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.7:

    January 25th, 2010

    · Refactoring.



    What's new in Ra Testing Manager 1.4.6:

    January 18th, 2010

    · Refactoring and small improvements.



    What's new in Ra Testing Manager 1.4.5:

    January 11th, 2010

    · Testing report visualisation was improved.



    What's new in Ra Testing Manager 1.4.4:

    January 4th, 2010

    · Documentation was updated.
    · All command line parameters are passed to the 'py' and 'cmd' tests.



    What's new in Ra Testing Manager 1.4.3:

    January 4th, 2010

    · Documentation was updated.
    · Minor changes.



    What's new in Ra Testing Manager 1.4.2:

    October 26th, 2009

    · New settings were added to the conf.py file.
    · Testing project's manifest sintax was extended.
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.1:

    October 19th, 2009

    · Console output visualisation improvements.
    · Fixed error with -l parameter (now comma separated lists of tags work well).
    · Encoding error for external logs was fixed.
    · Integration with module unittest was implemented (see manual for more information).
    · Added command-line parameter -email (see reference for more information).
    · File 'conf' now stores absolute paths.
    · Minor bugfixes.
    · Documentation was updated.



    What's new in Ra Testing Manager 1.4.0:

    October 19th, 2009

    · Error was fixed in SendLogsByEmail function.
    · Testing logs now can be sent on FTP servers (command-line parameter -send_logs_ftp enables it).
    · Documentation was updated.
    · Testing project manifest parse function was fixed.



    What's new in Ra Testing Manager 1.3.0:

    October 19th, 2009

    · Manifset sintax was extended (see manual for more information).
    · Command-line parameter -html_format was added (see reference for more information).



    What's new in Ra Testing Manager 1.2.1:

    October 19th, 2009

    · New type of tests is available - since now test can be run from the command line directly.
    · Testing and minor changes.
    · External log was improved.
    · Several bugs were fixed in the http_utilities.
    · Template for the single test log was improved.
    · Several CYGWIN specific bugs were fixed.



    What's new in Ra Testing Manager 1.2.0:

    October 19th, 2009

    · Added execution_counter in the test's manifest syntax (check the manual for more information http://ratm.sourceforge.net/manual.html).
    · According to execution_counter parameter appearance, testing report was extended. Now total test's execution time is outputted and the average time per test iteration.
    · Command line parameter -test_id was added.
    · Manifest sintax was extended - added test_id tag (see manual for more information http://ratm.sourceforge.net/manual.html).
    · Protocol for running tests via HTTP was changed (see ./misc/http_test.php example for more information).
    · Added new command line parameter -project (see manual for more information).
    · Row sorting bug in testing report was fixed.
    · Fixed bug with external log processing.
    · Minor changes and improvements.
    · Refactoring.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM