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 do we run the scripts in QTP ?? what are the three options....
Output values? i want a practical example
What is load testing?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
how do you run scripts in QTP?please anyone can answer my questions
what is test data
what is descriptive.create()in qtp?
Tell me the situations where we will use Data Driven?
What is the short cut keys for the following?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing
Where you are storing your script?