QuestionQ73
Advanced Data ManipulationA developer is creating a test case to verify whether the SumWorkfiow correctly sums 2 integers, using different input values from an Excel file. What could be considered an improvement to how the test was developed?
SumWorkflow:



TestData.xlsx:

- A Replace the Given-When-Then structure with a custom-built framework.
- B Use the Excel file as a Data Variation Source, instead of iterating through it inside the test case.
- C Surround the SumWorkflow in a Retry Scope to improve error handling.
- D Replace the Verify Expression activity with Verify Expression with Operator to benefit from built-in operators.
Community Discussion