when you use For Loop, While..do, do..while? at what
situations which loop will use.
Answer Posted / satyanj
"For" loop can be used when the range of the iteration is
known. For ex: For i = 1 to 100....
"While..do" or "do..While" can be used when, the scenario
should satisfy the condition.
For Ex: While (<Condition>)...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
How to delete a cookie using vbscript?
Mention what is the use of option explicit in vbscript?
Explain sga memory structures?
Why is error handling required?
Explain the functionality of vbscript?
Explain the operator precedence in vb script?
What are the advantages of vbscript?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
Explain some uses of vb script?
What is vbscript language used for and which earlier language is it modeled upon?
Which operator can be used to check if two numbers are equal or not in vbscript?
Explain the constants in vbscript?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
Which command is used for writing text on a page?