Consider an accounting software.
Two use cases “Pay Bill” and “Reconcile Credit Card”
involve user writing a check to make a payment.
Create a separate use case called “Write Check” that
contains the common steps involved in writing the check.
The two use cases can now include the “Write Check” use
case.