What is UML and how to use it for testing?

Answers were Sorted based on User's Feedback



What is UML and how to use it for testing?..

Answer / sudhirmk

The UML is a visual modeling language that can be
used to specify, visualize, construct, and document the
artifacts of a software system.

In following Testing Phases we can use UML

UNIT TESTING: we use Class & State Diagram
which covers correctness,error handling pre / post
conditions, invariants

FUNCTIONAL TESTING : we use interaction and class diagrams.
Which covers functional and API behavior,integration issues.

SYSTEM TESTING : use case,activity, and interaction
diagrams. Which covers workload,contention,synchronization &
recovery

REGRESSION TESTING: we use interaction and class diagrams.
Which covers Unexpected behavior from new /changed function.

Also for deployment use case and deployment diagrams are used.

Please correct if I am wrong.
Thx.
Sudhir kulkarni

Is This Answer Correct ?    13 Yes 2 No

What is UML and how to use it for testing?..

Answer / kannan

UML is Unified Modeling Language. It is a graphical language
for visualizing specifying constructing and documenting the
artifacts of the system. It allows you to create a blue
print of all the aspects of the system, before actually
physically implementing the system.

Is This Answer Correct ?    11 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

How test case is differ from test plan .give an suitable example

5 Answers  


Wat is the use of regression testing?is it needed to be done only if any functionality is included or in release of every build?

1 Answers  


What is a test requirement?

5 Answers   Covansys,


What is integration level testing?

0 Answers  


What is Change and configuration management repositoty

1 Answers   Sierra Atlantica,






How to check security of any browsers???

1 Answers   IBM,


Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?

15 Answers   FCG, University Exams,


What is the RTM(Requirement Traceability Matrix)

1 Answers   Philips,


Diffrence in b/w Functional and System Testing and Test Cases.

3 Answers   Fiserv,


What is Entry and Exit Criteria? When and how we will consider them? Can any one explain this Question.

2 Answers  


what is Entry and Exit criteria explain in detail?

6 Answers   Honeywell, SNAP,


What are the key challenges of testing?

2 Answers  


Categories