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 to test login page or web login page? are they difference?

1 Answers  


How can u justify u r written all the test cases are meeting the client Requirements?if is there any missing functionality how can u know?

3 Answers   CSC,


When a high severity issue is found in production how to handle this situation.

2 Answers   Polaris,


What is the difference between Technical TestCase and functional Testcase.

1 Answers  


How do you develop a test plan and schedule? Describe bottom-up and top-down approaches.

4 Answers  


generally what model tester will follow in an comapany? pls give me answer

3 Answers  


PLEASE ANY ONE SEND SAMPLE DEFECT REPORT DOCUMENT MY MAIL ID IS-----gvbabu143@gmail.com THANKS IN ADVANCE

0 Answers  


What makes a good test engineer?

0 Answers  


Exact Difference between Sanity and Smoke Testing

6 Answers   Virtusa,


suppose if you press a link in yahooshopping site in leads to some other company website?how to test if any problem in linking from one site to another site?

3 Answers   Verizon,


What is Data guidelines?

1 Answers  


Tell me some Adhoc testing scenarios of ebay (online auction product)?

0 Answers  


Categories