write a vb script to print even numbers from 1-50?
Answer Posted / smitha
for i = 1 to 50
if i mod 2 = 0 Then
evenStr = evenstr & i & " , "
end if
Next
MsgBox evenStr
| Is This Answer Correct ? | 34 Yes | 20 No |
Post New Answer View All Answers
How many types of recording modes in qtp?
what is the difference between modular framework & datadriven framework
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
how to explain a claims and insurance project?
What are parameterizing tests?
What are the 3 main stages involved in testing with qtp?
Without using gui map editor we can recognize the application in winrunner ?
What is object repository in qtp?
How you know that a test case is a regression test case
If created one virtual object? Next time I changed the window position will it work?
How to get the particular property value?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
what is vmodel?advantages and disadvantages of vmodel?
How can you handle exceptions in qtp?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?