QuestionQ162
Building and testing applicationsYou are preparing to add unit tests to your application. You must be able to verify that your subscriber processes published Pub/Sub messages in order. You want the unit tests to remain cost-effective and reliable. What should you do?
- A Implement a mocking framework.
- B Create a topic and subscription for each tester.
- C Add a filter by tester to the subscription.
- D Use the Pub/Sub emulator.
Community Discussion