Google News
logo
QTP/UFT - Interview Questions
What are the loops available in UFT and what they do?
There are major loops available in UFT :
 
* Do…..Loop : Do Loop will run a block of statements repeatedly
 
* For…..Next : For Next Loop will execute a series of statements until a specific counter value
 
* For……Each : In order to execute a series of statements for each statements for each object in collection “For Each Loop” is used
 
* While….Wend Loop : While Wend Loop is used to execute a series of statements as long as given condition is true
Advertisement