UiPath Automation Developer Professional v1 — Question 69
Which part of a test case that is using BDD (Behavioral-Driven Development) template structure supports the Surround with mock feature?
Answer options
- A. Then
- B. Setup
- C. When
- D. Given
Correct answer: C
Explanation
The 'When' part of a BDD test case indicates an action that triggers the behavior being tested, which is where mocking is typically applied. The 'Given' section sets up the initial context, 'Then' defines the expected outcome, and 'Setup' refers to the environment preparation, making them less relevant to the mocking process.