write a vb script to print even numbers from 1-50?
Answer Posted / ravi
dim i
for i=1 t0 50
if (i mod 2=0) then
msgbox i&"is even number"
else
msgbox i&"is odd number"
end if
next
| Is This Answer Correct ? | 66 Yes | 31 No |
Post New Answer View All Answers
What are the Test design techniques you uses in ur project?
What is throw Object?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
What are the types of properties that quick test learns while recording?
can test automation improve test effectiveness?
Output values? i want a practical example
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
What is the difference between the design-time and run-time data tables?
What phases are involved in testing an application in qtp?
In qtp, how you can exit for loop?
how many maximum number of virtual users we can create?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
Explain the types of object repository?