QuestionQ21
Generic Automation DevelopmentWhat is a recommended approach when the Given section of a Given-When-Then test case grows too large and becomes difficult to manage?
- A Increase hardware resources to accommodate the complex ‘Given’ steps.
- B A test case should have one specific purpose only. It's ok to have a comprehensive ‘Given’ section.
- C It’s ok as long as the ‘Then’ section still verifies the correct behavior.
- D Redefine the test case to increase granularity or perform refactoring.
Community Discussion