User1733326705 posted
When I write unit tests, I use mock objects.
But I want to test whether a particular scenario is working fine, and this will need integrations of many classes, methods and so on...
How do I test this type of Workflow or Scenarios using Unit Testing..?