Creating Test Cases from Use Cases
Q: How do you develop test cases from use case analysis?
- Use case analysis
- Senior level question
Explore all the latest Use case analysis interview questions and answers
ExploreMost Recent & up-to date
100% Actual interview focused
Create Use case analysis interview for FREE!
Developing test cases from use case analysis involves using the use case to identify valid scenarios that can be tested.
First, I would identify all the user stories or scenarios from the use case.
Then, I would create test cases for each user story or scenario, making sure to cover all the possible variations of the user story.
For example, if the user story involves a user logging in, then I would create a test case for a valid login, an invalid login, and a login with a forgotten password. After that, I would create test cases to check the functionality of the application based on each user story. These test cases should cover all the parameters and conditions of the user story. Finally, I would review all the test cases to make sure that they are complete and valid.


