Issue 15936: Anatomy of a Test Case (uml-testing-profile-rtf) Source: KnowGravity Inc. (Mr. Markus Schacher, markus.schacher(at)knowgravity.com) Nature: Revision Severity: Minor Summary: A single test case must be stateful as it controls the sequence of the individual test steps and may need to store temporary data while being executed. These requirements make it difficult to have test cases based on operations. On the other hand, test cases need to be parameterized to achieve some level of genericity, which is less common to behaviors. Resolution: Revised Text: Actions taken: January 12, 2011: received issue Discussion: This issue will be merged with issue 15927 for resolution End of Annotations:===== m: webmaster@omg.org Date: 12 Jan 2011 16:14:28 -0500 To: Subject: Issue/Bug Report ******************************************************************************* Name: Markus Schacher Employer: KnowGravity Inc. mailFrom: markus.schacher@knowgravity.com Terms_Agreement: I agree Specification: UML Testing Profile Section: 6.3.2 FormalNumber: 05-07-07 Version: 1.0 Doc_Year: 2005 Doc_Month: July Doc_Day: 07 Page: 14 Title: Anatomy of a Test Case Nature: Revision Severity: Minor CODE: 3TMw8 B1: Report Issue Description: A single test case must be stateful as it controls the sequence of the individual test steps and may need to store temporary data while being executed. These requirements make it difficult to have test cases based on operations. On the other hand, test cases need to be parameterized to achieve some level of genericity, which is less common to behaviors.