How to write testcases using an use case?
Difference between customization and optimization
Is there any difference between customization and optimization &/or both are of same meaning? But i'm sure there must be some difference:-)
Customization is merely a change in the delivered code for attaining the requirement of the client -- it can be adding a new field on the page just to show the payment method/ to show the payment date...
Explain how sequence diagram differ from component diagram?
1. A component diagram represents how the components are wired together to form a software system where as a sequence diagram is an interaction diagram which represents how the processes operate with ...
What is the difference between an image and a map
Image:An image is an exact replica of the contents of a storage device stored on a second storage device. Map:A file showing the structure of a program after it has been compiled. The map file lists ...
How do humans recognize a word?
We basically process the shape of each individual letter in a word at the same time, and therefore determine the word itself. We then derive the semantics of the word using "back up" files in the brain.
By Identifing it by knowing language or knowledge
What is descriptive object program?
The object diagram should use , When relationship of objects are getting at the runtime and system is very complex
The technique of identifying objects on the basis of their properties collection or by giving description in the form of string arguments is known as Descriptive Programming. It is mainly used in the...
What key points should I put into consideration when writing a wbs (work breakdown structure), considering that I have to read through a 1500 page bucs (business use case) and sucs (system use cases) and a timeline of 3 weeks?
What is uml? How it is usefull?
Unified Modeling Language (UML) is a standard language for writing software blueprints.
The UML may be used to visulize, specity, consrtuct and document of a software-intensive system.
Using the Unified Modeling Language will result in lower overall costs, more reliable and efficient software, and a better relationship with parties involved. Software documented with UML can be m...
Composition is the strongest form of association - not a "Weak has a " as said above...
First let me say that aggregation is not composition or viseversa. The OOD concept is "Association" and there are two types. Both are "Has a" relationships. ...
How usecase diagrams are used in software creation & what about their functions?
Use case represent the function which perform by software system and it is initialised by actor.
use case diagrams mainly used to represent the functionality of a system in terms of actors and use cases.
Analyse the system in terms of uml
While developing a system we analyse the system in terms of uml diagrams how should we proceed to explain these and draw them accurately.
This comes under OOAD :Steps involved :-----------------------------------------------------1. Identifying the Actors2. Identifying Individual Usecases ( Draw usecase diagrams, Which includes Actor pa...
By using Use Case Driven Object Modeling with UML.
I have some questions about component diagram:1. How can I recognize components of a system?2. How can I recognize interfaces of a component?3. How can I know whether I should use ports or not?
Explain few class diagramming guidelines?
Class diagram contains three parts. First part represents the class name, second part represents the attributes of the class, third part represents the functions of the class.
What is the difference between an API and a framework?
Furthermore, an API is often a finished, working component which is readily used (maybe with some minor additions). Frameworks are in no instance ready out-of-the-box and aim to take care some of the ...
API is a set of classes written for a desired functionality..For example JDBC API provides the functionality to connecting databases in java..whereas framework is also a set ot classes but the purpose...
No, UML was not developed by Rational Software(was developed by the Object Management Group), although some of the people on the OMG committee do/did work for RS (now owned by IBM, in the Rational division).
UML is based on the work of Grady Booch, Ivar Jacobson, and James Rumbaugh. The UML standards were later developed by the Object Management Group (OMG).
What are parameterized classes in uml?
Some object-oriented languages such as C++ and Ada support the concept of parametrized classes. C++ calls this facility “templates”, and Ada calls it “generics”; UML uses the C++ term. New ...
What are the uses or application of uml?
UML can be used to model the whole system visually independently of the platform language. This applies to the very high level architecture (Component diagrams, Use-Case diagrams, State diagrams, etc....
To develop Use Cases and to Provide users with a ready-to-use, expressive visual modeling.
What is the difference between sequence diagram and collaboration diagram? Can a sequence diagram be replaced by collaboration diagram?
Sequence Diagrams (Message Sequence Charts) and Collaboration diagrams have a one to one relationship. Given a MSC you can easily convert it into a Collab. diag. and vice versa. However, the form in w...
What is ageeregation & composistion ?
Aggregation: Child object refrence exists even after the Parent object refrence set to null.In Some Scenarios child refrence is required even after the Parent object refrence set to nul...
Aggregation: when one class owns but shares a reference to objects of another class. symbol: empty diamond arrow.
Composition: when one class contains objects of another class. symbol: filled diamond arrow.
Stereotype is an extension to existing UML vocabulary. It is used to create new model elements or derive from existing ones having specific properties pertaining to your problem domain. For example, ...
Stereotype is an extension to existing UML vocabulary. It is used to create new model elements or derive from existing ones having specific properties pertaining to your problem domain. For example, y...