In: Computer Science
Post an initial response to the discussion prompt and describe and explain how you would use at least two rules to verify and validate each pair of the analysis model against each other as follows:
Reply to two of your peers’ posts and comment on the responses of others, and reflect on your experience and what you learned.
:: Solution ::
Answer :
There are some rules to analyses for verification & validation of their interrelationship with consistency and balance among the functional and structural and behavioral models
Two rules to verify and validate the functional and structural models:
1) Class-responsibility-collaboration (CRC) cards are a tool used in the design of object-oriented software where each class and CRC (Class-responsibility-collaboration) is associated with at least one use cases.
2) There is an relation between the actions and activities where the object nodes included in the activity diagram
Two rules to verify and validate the functional and behavioral models:
1) There is an inter relationship between communication , sequence and use case diagram where Actors remain same in communication , sequence , use case diagram
2) The elements of behavioral models are related with functional models where the complex objects of the activity diagram are represented by behavioral state machines to be shown in the life cycle.
Two rules to verify and validate the structural and behavioral models:
1) The object which are included in CRUD matrix create, read, update, delete that are related with classes of class diagram where the object as an instance of class in class diagram as the life cycle of that object are represented by behavioral machine.
2) Objects which are included as a sequence and communication diagram for the objectification of the classes of class diagram of the elements of behavioral models which are related with elements of structural model.
Please rate my answer. Thank you...