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

pliz anyone explain what is the DEFAULT BUG & also give me some example.Thanks in advance..

1 Answers   Amazon, Mindteck,


how do you determine what to test?

2 Answers  


Can you explain decision tables?

0 Answers  


What is a Use case? Is it possible to write test case without Use case?

2 Answers  


what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?

3 Answers  






difference between change management and configuration management

0 Answers  


What is difference between web application and non-web applications?

2 Answers  


1. what is a difference between test plan and test strategy?2.What is the test plan is different from the test strategy? then how?

2 Answers  


What is the difference between bug,defect, error, failulre, fault & mistake?

25 Answers   Cognizant,


Example of high severity and low priority bug

2 Answers  


What is the difference between Compatibility and Configuration testing?

1 Answers  


Could anyone share FAQs for Test Manager position...

0 Answers  


Categories