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 |
Tell me one scenario, the complex functionality you have automated in your project?
What is quicktest professional?
how can we group that these test cases only should be automated and in which order you execute that test cases
what is regular expression how will you implement it?
More details about keyword driven technique in QTP
how to write regular expression for Date field?
What is Virtual Object? Plz Explain me with an example?
How to run a test using quicktest professional?
Explain script generated at the time of setting runtime property?
Hoe we can export TEST RESUALT IN to XL-sheet?
What are the challenges you faced during you entire life automation ?
Whats the realtime QTP testing process