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 |
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming
Scenario:2 combo boxes.1st combo contains a,b,c,d.2nd combo contains 10..20,20..30,30..40,.Selecting 'a' shld display 10...20,'b' shld display 20..30.. and so on.tell d script? 2.Random testing of 500 test cases in qtp?
i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...
what is verification & validation?
How to "Turn Off" QTP results after running a Script?
list me out the shortcutkeys for some functionlities in the qtp for example to record ,to run ... etc
What are the different types of functions available in qtp and explain ?
How can we translate the steps between the Keyword and Expert Views?
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
How many regression test suits in your appliction?
What is output value? How many types of output values are there in qtp?
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??