What is UML and how to use it for testing?
Answers were Sorted based on User's Feedback
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 |
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 |
How to test login page or web login page? are they difference?
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?
When a high severity issue is found in production how to handle this situation.
What is the difference between Technical TestCase and functional Testcase.
How do you develop a test plan and schedule? Describe bottom-up and top-down approaches.
generally what model tester will follow in an comapany? pls give me answer
PLEASE ANY ONE SEND SAMPLE DEFECT REPORT DOCUMENT MY MAIL ID IS-----gvbabu143@gmail.com THANKS IN ADVANCE
What makes a good test engineer?
Exact Difference between Sanity and Smoke Testing
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?
What is Data guidelines?
Tell me some Adhoc testing scenarios of ebay (online auction product)?