What is difference between the For..Next and While..Wend
statements?
Answers were Sorted based on User's Feedback
Answer / minal
For loop executes a block of code for a fixed no. of time where as While...Wend statement uses a condition to control the number of iterations to be run.
The loop continues as long as the condition expression is True.
| Is This Answer Correct ? | 54 Yes | 19 No |
Answer / durrya saman
The while loop is usually used when you need to repeat something until a given condition is true. On the other hand, the for loop is usually used when you need to iterate a given number of times
| Is This Answer Correct ? | 17 Yes | 3 No |
how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
what is descriptive programming?
can any one tell me what is process metrics and what is product metrics if possible give me example. Thank You
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How can i check elements sorted in dorpdown using qtp..
Hi How to retrieve data from web element line by line?
can we run the scripts of QTP8.2 in QTP7.0?
could any help me please, how to work on visual foxpro application using UFT
What is contained in the object repository?
what is object and child object.. explain ..if possible give some example for better understanding ..
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?