write a vb script to print even numbers from 1-50?
Answer Posted / pradeep
For i=1 to i=50
if (i mod 2=0)then
messagebox i&"is even number"
else
messagebox i&"is odd number"
endif
next
| Is This Answer Correct ? | 23 Yes | 36 No |
Post New Answer View All Answers
Where we use data driver in qtp?
Hi All, How to Compare two strings character by character in QTP
What are the two types of repositories available, explain them?
How to integrate the qualitycenter with qtp
How do you configure QTP AND Test director?
What is the default add-ins in qtp?
What is recovery scenario in qtp?
after click on compose mail how can we attached a file in qtp with vbscript code
What is the use of sendkeys and what are send keys
What is the file extension of the code file in qtp?
Dis advantages of XML checkpoint ?
Why we load add-ins in qtp?
Explain how you can delete excel file in qtp?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
What are the challenges you faced during you entire life automation ?