enter image description herefor example:
Scenario Outline:
Given the user is logged into Home Operations
When searching for "<status>"
Then the "<result>" and "<total>" are presented
Examples:
| status |
|approved |
|created |
|rejected |
|confirmed|
The result and total are dinamic values. How can I fix this, Please?
***Result*** is the total by status type.
***Total*** is the sum of the statuses.