Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

can anybody tell me what would be the architecture for window based application.And what would be the architecture for web based application.(its very urgent)

1 Answers  


1.The main purpose of integration testing is to find design errors.is it true 2.The testing technique that requires devising test cases to demonstrate that each program function is operational is called ?

2 Answers  


Why testing Web Applications is different?

1 Answers   Crea,


From Which part of the Requirement we will prepare Test Cases

3 Answers   HCL,


After testing the application May I have to keep a Test Log of the application ? If Yes then how? And What is the format for it?

1 Answers  


what are the test bugs

0 Answers  


severity and priority of bugs?

9 Answers   Wipro,


what is water fall model?

3 Answers  


When you found a bug and reports it to the developer but the developer is least bothered and he does not accept that bug what will u do?

0 Answers  


some major negative test cases to break the sign up page having username password, email, url address field and some check box selection options ?

1 Answers   Crea,


Write TestCases for mobile

2 Answers   Philips,


how many levels of software testing?

5 Answers  


Categories