InterviewSolution
Saved Bookmarks
| 1. |
If the Global Data sheet contains no data and the Local Datasheet contains two rows of data, how many times will the test iterate? |
|
Answer» QTP doesn’t perform iterations based on local data sheet, it performs iterations based on Global data sheet, so that; the test iterate will be only once on global datasheet. |
|