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
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
What is data driver in qtp?
What is the differences between image check point and bit map check point?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Explain in brief about the qtp automation object model (aom).
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
banking project description for software tester
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
How would you export a script from one pc to another in qtp?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
How to replay a script in qtp?