How do you convert uses cases into test cases?
Answers were Sorted based on User's Feedback
Answer / kumar rohit
Test cases scripts are generally based on user goals,
that is to test the nature/behaviour output by giving
defined sets of inputs.
The test cases scenarios is framed on basis of scenarios
presented in correspoding use cases.
scenarios will be:
1> Based on main flow of use case.
2> .........alternate.............
3> .........exceptions............
| Is This Answer Correct ? | 7 Yes | 3 No |
Use deals with the functional flow of a system.Its used to
ensure the intraction b/w the user or system,However test
case deals with the entire testing activity.its very
difficulty to convert the use case into test case,but test
activity can be performed with the help of use case
| Is This Answer Correct ? | 1 Yes | 6 No |
What relations are there between the Class Diagrams and Domain models.
What is Association and its types?
How to identify the actors in a ucd?
Given the requirements, how will you go about designing them? How will you convert business info to technical info?
What is sdlc (software development life cycle)?
What are the types of event?
What is Composite Structure Diagram in UML?
What is profile diagram in UML?
Difference between Sequence Diagrams, Collaboration Diagrams.
Difference: 'uses', 'extends', 'includes'
UML: IS it a process, method or notation?
What are associative classes?