InterviewSolution
Saved Bookmarks
| 1. |
Define What Is Scenario Outline ? |
|
Answer» SCENARIO OUTLINE is used to execute the same scenario with DIFFERENT test data. we will ADD test data in EXAMPLES section Scenario outline is used to execute the same scenario with different test data. we will add test data in examples section |
|