Software Testing Tutorial 18
This tutorial explains Use Case Testing Technique
Please be patient . Video will load in some time. If you still face issue viewing video click here
Video Transcript with Key Takeaways Highlighted:
- In use case , an actor is represented by "A" and system by "S"
- First we list the Main Success Scenario
- Consider a first step of an end to end scenario where the Actor enters Agent Name and password .
- In the next step system will validate the password
- Next, if password is correct , Access is granted.
- There can be extension of this use case
- In case password is not valid system will display message and ask for re-try four times
- Or if Password not valid four times system will close the application
- Here we will test the success scenario and one case of each extension
Back to Software Testing Index Page