Bug 70256

Summary: test software suite needed
Product: [Applications] umbrello Reporter: Brian Thomas <thomas>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: andi.fischer
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Brian Thomas 2003-12-12 22:23:45 UTC
Version:           1.2 (using KDE KDE 3.1.94DevelKDE 1.2)
Installed from:    RedHat RPMsRedHat RPMsRedHat RPMs

Umbrello needs a test suite so that existing functionality can be checked as modifications are made. (This test suite might help to also document the functionality of umbrello)

At this time, about the only thing that could be implemented is reading/writing XMI files of various versions. Since umbrello isnt a library we would need something like a batch/script mode for running umbrello sans gui so that, in an automated way, various other critical things like adding/deleting packages, diagrams, operations, classes, associations, etc could be checked (both for runtime crashes as well as 'correctness' of component meta-data via a comparison with a "cannonical" output XMI file).
Comment 1 Andi Fischer 2014-12-22 13:11:45 UTC
Qt Test framework for unit testing is available and used.

There are still not many unit tests implemented. Much more work needs to be done.