InterviewSolution
Saved Bookmarks
| 1. |
Explain Define What Is Scenario Outline In Feature File? |
|
Answer» SCENARIO OUTLINE: Same scenario can be executed for MULTIPLE sets of data using scenario outline. The data is PROVIDED by a tabular structure SEPARATED by (I I). Scenario Outline: Same scenario can be executed for multiple sets of data using scenario outline. The data is provided by a tabular structure separated by (I I). |
|