Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Feedback"

Line 2: Line 2:
  
  
RC - 7/3/08
+
----RC - 7/3/08----
 
I think you need to be sure that you have references between the artifacts you create. I'd put this right at the top of the list. (It's different fro your Todo Item of moving attributes etc.)
 
I think you need to be sure that you have references between the artifacts you create. I'd put this right at the top of the list. (It's different fro your Todo Item of moving attributes etc.)
 
   
 
   
 
Associations/Dependencies will be naturally tested - you just need to be sure that you do the right checks, but you should add Inheritance (moving a parent, moving a child), Implements (which doesn't work properly today :-( ) and references - eg attributes of a given datatype, methods of a given return type and so on. This is where we have had some issues in the past.....
 
Associations/Dependencies will be naturally tested - you just need to be sure that you do the right checks, but you should add Inheritance (moving a parent, moving a child), Implements (which doesn't work properly today :-( ) and references - eg attributes of a given datatype, methods of a given return type and so on. This is where we have had some issues in the past.....

Revision as of 10:01, 3 July 2008

< To: Explorer_Test_Plan



RC - 7/3/08----

I think you need to be sure that you have references between the artifacts you create. I'd put this right at the top of the list. (It's different fro your Todo Item of moving attributes etc.)

Associations/Dependencies will be naturally tested - you just need to be sure that you do the right checks, but you should add Inheritance (moving a parent, moving a child), Implements (which doesn't work properly today :-( ) and references - eg attributes of a given datatype, methods of a given return type and so on. This is where we have had some issues in the past.....

Back to the top