InterviewSolution
Saved Bookmarks
| 1. |
What is an Optional Step? |
|
Answer» If a step declared as an optional, QTP thinks that the step is not mandatory to execute. If an optional step contains GUI objects, QTP executes that step. If an optional step doesn’t contain GUI objects, QTP avoids the optional step and move to the next step. |
|