write a vb script to print even numbers from 1-50?
Answer Posted / nazir
dim i
for i = 1 to 50
if i mod 2 = 0 then
print i & ' is an even number"
else
print i & " is an odd number"
endif
next
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
How do you check ticket cost and ticket number in flight application?
what is the difference between IE & Netscape in web testing on a log in page
Write a QTP script to enter a keyword in to Google search engine?
How to find the length of the string in qtp?
There is an excel file of 1 to 100 sheets how you will iterate through it?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How does qtp recognize objects in aut?
How many types of object repository in qtp?
How many add-ins comes by default with quicktest professional (qtp)?
What are the benefits of qtp?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
How to analyzing test results using quicktest professional (qtp)?
How can i initiate the objects to find uniquely in OR
I want to do QTP Certification what is the pattern of Question paper.